×
Clear all filters including search bar
Valeri Tandilashvili's HTML Notes
<td style="width:32">
radio
label or checkbox
label makes the object checked, but clicking on input[type=text]
label makes it active (gives it focus)colspan
- the colspan attribute defines the number of columns a cell should span.
rowspan
- the rowspan attribute specifies the number of rows a cell should span.<footer>
element typically contains:
authorship information
copyright information
contact information
sitemap
back to top links
related documents<h1>
- <h6>
), also logo or icon
Note: You can have several <header>
elements in one HTML document.
However, <header>
cannot be placed within a <footer>
, <address>
or another <header>
element.