Author: Adam Wood
Adam is a technical writer who specializes in developer documentation and tutorials.
Disclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend on this page. Learn more
<frameset cols="">
Was used to control display columns in a frameset. Frames and framesets are deprecated in HTML5.<frameset frameborder="">
Was used to control borders between frames in a frameset. Frames are deprecated in HTML5.<frameset bordercolor="">
Was used to specify the color of borders between frames in a frameset. Frames and framesets are deprecated in HTML5.<h* align="">
Was used to specify text alignment (justification) on headline elements. Deprecated in HTML5. Use CSS instead.<hr noshade>
Was used to change the display of a horizontal rule form the default 3D style to a flatter 2D style. Deprecated. Use CSS to control the display of an element.<hr size="">
Was used to specify the height (thickness) of a horizontal rule. Deprecated. Use CSS instead.<hr width="">
Was used to specify the width of a horizontal rule. Deprecated in HTML5. Use CSS instead.<hr align="">
Was used to control the horizontal alignment of a horizontal rule. Deprecated. Use CSS instead.<iframe name="">
Specifies the name of an iframe.<iframe longdesc="">
Was used to specify URL containing a long description of an iframe. Deprecated in HTML5. Use CSS instead.<iframe frameborder="">
Was used to toggle the display of a border around an iframe. Deprecated in HTML5. Use CSS instead.<iframe marginwidth="">
Was used to control the width of margins around an iframe. Deprecated in HTML5. Use CSS instead.<iframe scrolling="">
Was used to toggle scrolling on iframes. Deprecated in HTML5. Use CSS instead.<iframe align=""">
Was used to set the alignment of an inline frame relative to surrounding elements. Deprecated. Use CSS instead.<iframe vspace="">
Was used to control the vertical spacing around an iframe. Deprecated in HTML5. Use CSS instead.