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
<applet code=""> HTML Attribute
Specified the URL of an application code file to be used in an applet. The applet element has been deprecated.<applet codebase="""> HTML Attribute
Specified the location of a directory contain application code to be used in an applet element. The applet element has been deprecated.<applet width=""> HTML Attribute
Specified the display width of an applet panel. The applet has been deprecated.<applet height=""> HTML Attribute
Specified the display height of an applet panel. The applet element has been deprecated.<applet align=""> HTML Attribute
Was used to specify the alignment of an applet relative to the surrounding content. The applet element has been deprecated.<applet hspace=""> HTML Attribute
Specified the amount of horizontal space (margin) on both sides of an applet element. The applet element has been deprecated.<applet border=""> HTML Attribute
Specified the border around the applet panel. The applet element has been deprecated.<applet archive=""> HTML Attribute
Specified the URL of a JAR (Java Archive) file containing the application code for the applet. The applet element has been deprecated.<applet mayscript=""> HTML Attribute
Indicated whether an applet may access on-page JavaScript objects. The applet element has been deprecated.<area href=""> HTML Attribute
Defines the URL of the linked document or resource.<area alt=""> HTML Attribute
Specifies alternative text for a clickable area in an image map.<area title=""> HTML Attribute
Defines the title text of the clickable area. The title text will appear as a tooltip in most browsers.<area target=""> HTML Attribute
Specifies the context in which to open the linked resource.<area nohref> HTML Attribute
Specified that an area of an image map did not link to another resource.<base href=""> HTML Attribute
Specifies the base URL which will be used for all relative links in the current document.<base target=""> HTML Attribute
Specifies the default target value for all anchor links in the current document.<basefont size=""> HTML Attribute
Was used to set the base font size for a whole document. Deprecated. Use CSS instead.<basefont color=""> HTML Attribute
Used to set the text color for a whole document. Deprecated. Use CSS instead.<basefont face=""> HTML Attribute
Was used to set the base font face for a document. Deprecated. Use CSS instead.<bgsound src=""> HTML Attribute
Specified the URL of the audio source file for the deprecated <bgsound> element.<bgsound loop=""> HTML Attribute
Specified whether the audio track defined in the deprecated <bgsound> element should loop.