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
  • <dl compact>

    Was used to specify a compact display style for a description list. Deprecated. Use CSS instead.
  • <em> HTML Tag

    The <em> element is used to indicate text that should receive greater emphasis than the surrounding text.
  • <embed align="">

    Was used to control the alignment of an embedded application. Not a part of the HTML specification.
  • <embed name="">

    Was used to define the name of an embedded application. Not a part of the HTML specification.
  • <embed pluginspage="">

    Was used to indicate a download source for a plugin required in order to run the embedded application. Not a part of the HTML specification.
  • <embed pluginurl="">

    Was used as part of a proprietary specification for embedded applications. Not a part of the HTML specification.
  • <embed href="">

    Was used to define a link resource for an embedded application. Not a part of the HTML specification.
  • <embed autostart="">

    Was used to start embedded audio playback immediately. Not a part of the HTML specification.
  • <embed loop="">

    Was used to loop playback of embedded media. Not part of the HTML specification.
  • <embed playcount="">

    Was used to specify the number of times an embedded media file should play. Not a part of the HTML specification.
  • <embed volume="">

    Was used to specify the playback volume of an embedded application. Not a part of the HTML specification.
  • <embed controls="">

    Was used to toggle the display of playback controls in embedded media. Not a part of the HTML specification.
  • <embed mastersound>

    Was used to control sound in embedded media. Not part of the HTML specification.
  • <embed starttime="">

    Was used to indicate the starting playback position for embedded media. Not a part of the HTML specification.
  • <font face="">

    Was used to specify a typeface. Deprecated. Use CSS instead.
  • <form target="">

    Specifies the browser context in which the form's response should be displayed.
  • <frame src="">

    Defined the source URL for a frame. Frames are deprecated in HTML5.
  • <frame scrolling="">

    Was used to control scrolling behavior inside frames. Frames are deprecated in HTML5.
  • <frame noresize="">

    Was used to stop users from resizing frames within a browser window. Frames are deprecated in HTML5.