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
<meta http-equiv=””>
Defines document header information.<select onChange=””>
Triggers an event when the selection is changed.<table hspace=””>
OIOpublisher hspace is not a valid attribute of <table>. Use CSS instead. Claire Broadley Claire is seasoned technical writer, editor,… Read More...<link href=””>
Describes the relationship between the source file and an external file, such as a script.<script type=””>
Specifies the media type of the script.<meta content=””>
Defines the values for the meta element.<select tabindex=””>
Defines the order of selection when the tab key is pressed.<option value=””>
Defines the data sent to the server when a form option item is selected.<table height=””>
The height attribute of <table> is not valid in any version of HTML. Use CSS instead. Claire Broadley Claire is… Read More...<link title=””>
Assigns a name to different linked resources so that users can choose between them.<script src=””>
Specifies the URL of an external script.<select onFocus=””>
Triggers an event when a select item receives focus.