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.