Author: Claire Broadley

Claire is seasoned technical writer, editor, and HTML enthusiast. She writes for HTML.com and runs a content agency, Red Robot Media.
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
  • <plaintext> HTML Tag

    The <plaintext> element was used to render HTML code as plain text. Since everything after the opening tag was rendered as plain text, there was no closing <plaintext> tag. This element is obsolete and should not be used. Instead, use the <code> or <pre> elements.
  • <param> HTML Tag

    The <param> element is used to specify the parameters that apply to plugin-powered content embedded with an <object> element.
  • <p clear="">

    Was used to force a paragraph to appear below sibling elements rather than next to sibling elements within a parent element.
  • <option value="">

    Defines the data sent to the server when a form option item is selected.
  • <option> HTML Tag

    The <option> element is used in conjunction with the <select> element to create a drop-down menu in a web form. Each <option> element is displayed as an available option in the resulting drop-down menu.
  • <ol type="">

    Specifies the type of list marker that should be used on each item of an unordered list.
  • <ol> HTML Tag

    The <ol> element is used to create an ordered list. An ordered list is created by nesting one or more <li> elements between the opening and closing <ol> tags.
  • <noembed> HTML Tag

    The <noembed> element was conceived as a way to provide fallback content to users whose browsers did not support the <embed> element. In HTML 4.02 <noembed> was deprecated in favor of <object> to provide fallback content.
  • <multicol width="">

    The <multicol> element is deprecated, and should not be used. Claire Broadley Claire is seasoned technical writer, editor, and HTML… Read More...
  • <applet vspace=""> HTML Attribute

    Was used to specify the amount of whitespace that should appear above and below an embedded <applet> element. Applets and the vspace attribute have been deprecated.
  • <form name="">

    The `name` attribute is deprecated when used with the `form` element. Use `id` instead.