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> HTML Tag

    The <frameset> element was used to create a group of frames which could be styled and controlled as a unit. Frames have been deprecated and should no longer be used.
  • <frameset cols="">

    Was used to control display columns in a frameset. Frames and framesets 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.
  • <html> HTML Tag

    The <html> element is used as a container for all of the HTML of an entire document.
  • <hype> HTML Tag

    The <hype> element was used to create a browser-specific "Easter Egg" effect. It was never added to the official HTML specification and is no longer supported by any browser. Do not use it.
  • <i> HTML Tag

    The <i> element is used to differentiate words from the surrounding text by styling the marked text in italics without implying any added emphasis to the italicized words.
  • <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 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.