HTML and CSS Reference
In-Depth Information
<td> Item 3 </td>
<td> Item 4 </td>
</tr>
</table>
Compatibility
HTML 3.2, 4, 4.01, 5
XHTML 1.0, 1.1, Basic
Firefox 1+, Internet Explorer 2+,
Netscape 1.1+, Opera 4+, Safari 1+
Notes
• Under the XHTML 1.0 specification, the closing </td> tag ceases to be optional.
• The HTML 3.2 specification defines only align , colspan , height , nowrap ,
rowspan , valign , and width attributes.
• This element should always be within the tr element.
<textarea> (Multiline Text Input)
This element specifies a multiline text input field contained within a form.
Standard Syntax
<textarea
accesskey="character"
class="class name"
cols="number"
dir="ltr | rtl"
disabled="disabled"
id="unique alphanumeric identifier"
lang="language code"
name="unique alphanumeric identifier"
readonly="readonly"
rows="number"
style="style information"
tabindex="number"
title="advisory text">
</textarea>
Attributes Introduced by HTML5
autofocus="autofocus"
contenteditable="true | false | inherit"
contextmenu="id of menu"
data-X="user-defined data"
draggable="true | false | auto"
form="related form id"
hidden="hidden"
itemid="microdata id in URL format"
itemprop="microdata value"
itemref="space-separated list of IDs that may contain microdata"
itemscope="itemscope"
itemtype="microdata type in URL format"
Search WWH ::




Custom Search