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
<img align="">
Was previously used to specify the alignment and placement of an image relative to the surrounding text. It has been deprecated and should not be used.<input accesskey="">
Defines a keyboard shortcut for the element.<table frame="">
The frame attribute was used to define the visible borders of a table. It is now deprecated and should no longer be used.<img hspace="">
Previously used to add horizontal space on both side of an image. It is now deprecated.<input language="">
Was used to indicate the scripting language used for events triggered by the input.<img ismap>
Identifies an image as a server-side image map. When the containing anchor link is clicked, the coordinates of the mouse will be included in the request.<isindex prompt="">
Specifies a label or prompt text for the document search form.<img usemap="">
Specifies a client-side image map to be used with the image.<isindex action="">
Specifies a URL to search, instead of the current document.<img lowsrc="">
Specified a smaller or lower-quality version of an image.<img naturalsizeflag="">
This attribute does nothing. It was once used by a proprietary software system.<label for="">
Specifies the ID of the associated form field element.<img nosave>
Was intended to prevent users from downloading an image. Was never a part of the HTML specification, and not widely implemented.<img dynsrc="">
An early failed attempt to include native video playback in HTML.<legend align="">
Was used to specify the placement of the legend element. Deprecated. Use CSS instead.<img controls>
Toggled media player controls when used in conjunction with thedynsrc
attribute. Both attributes are now deprecated.<img start="">
Was used in conjunction with the dynsrc attribute to add a video that would load in supported browsers in the place of the image that would otherwise be displayed.<li type="">
Specifies the bullet or numbering style for an individual list item.<img suppress="">
Used by the now-defunct Netscape browser to suppress the display of image prior to image download completion.<li value="">
Specifies the counter value for a list item within a numbered list.<input name="">
Specifies the name of an input element. The name and value of each input element are included in the HTTP request when the form is submitted.<input size="">
Specifies the width of the input in characters.<style type="">
Identifies the type of media contained within a <style> element. However, the only supported value is text/css, so the attribute is not needed.