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
<select name="">
Naming Selection Items The name attribute of <select> means you can easily use your selection field with JavaScript. For more… Read More...<table hspace="">
hspace is not a valid attribute of <table>. Use CSS instead. Claire Broadley Claire is seasoned technical writer, editor, and… Read More...<map name="">
Assigns a name to an image map.<option value="">
Defines the data sent to the server when a form option item is selected.<select size="">
Specifies the size of a select item.<table height="">
The height attribute of <table> is not valid in any version of HTML. Use CSS instead. Claire Broadley Claire is… Read More...<p clear="">
Was used to force a paragraph to appear below sibling elements rather than next to sibling elements within a parent element.<select readonly>
<readonly> is not valid in HTML. Use the disabled attribute. Claire Broadley Claire is seasoned technical writer, editor, and HTML… Read More...<table rules="">
Was used to specify the display of internal borders between rows and colums. This attribute has been deprecated. Use CSS to style table borders instead.<select disabled>
Disables a drop-down list.<table summary="">
The summary attribute of <table> was designed to support non-visual HTML readers, such as screen readers. It is deprecated in… Read More...<meta name="">
Provides a context for the value in the contents attribute of a <meta> element.<param name="">
Specifies the parameter name.<select language="">
The language attribute of <select> is not valid HTML. Instead, use <script> with a valid type attribute. Claire Broadley Claire… Read More...<meta http-equiv="">
Defines document header information.<param value="">
Specifies the parameter value.<select onChange="">
Triggers an event when the selection is changed.<meta content="">
Defines the values for the meta element.<select tabindex="">
Defines the order of selection when the tab key is pressed.<select onFocus="">
Triggers an event when a select item receives focus.<multicol cols="">
The <multicol> element is deprecated, and should not be used. Claire Broadley Claire is seasoned technical writer, editor, and HTML… Read More...