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
<script defer>
The defer element of <script> allows a script to load, but pauses the execution of the script until the page… Read More...<spacer size="">
Do not use. The <spacer> element is obsolete in HTML 5. Claire Broadley Claire is seasoned technical writer, editor, and… Read More...<link type="">
Describes the linked resource's media type (MIME type).<ol type="">
Specifies the type of list marker that should be used on each item of an unordered list.<script language="">
The language attribute of <script> was intended as a way to define the scripting language in use. This was never… Read More...<spacer width="">
Do not use. The <spacer> element is obsolete in HTML 5. Claire Broadley Claire is seasoned technical writer, editor, and… Read More...<ol start="">
Defines the starting number in an ordered list.<script for="">
The for attribute of <script> was only supported by Internet Explorer, and is therefore non-standard. We do not recommend its… Read More...<table width="">
The width attribute of <table> is not supported in HTML. Use CSS to control the appearance of tables. Claire Broadley… 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.<body onLoad="">
Fires a script when the page has finished loading.<body onUnload="">
Fires a script when the visitor leaves the page.<body onFocus="">
Fires a script when the visitor focuses on the current page.<button onClick="">
Runs a script when a button is clicked.<button tabindex="">
Determines the order of selection when the tab key is used.<form name="">
The `name` attribute is deprecated when used with the `form` element. Use `id` instead.<form onSubmit="">
Runs a script when the Submit button is clicked.<form onReset="">
Runs a script when the Reset button is clicked.