Spanning rows, Spanning cols
caption, thead, tbody and tfoot elements
•Popular in 1990s
•Results in table bloat
•Not semantic
•Larger HTML pages
•Browser quirks
Table borders
- border-collapse:seperated/collapse
- border-spacing:value
Boxes and Zebras
- provides user to communicate information with server
- User can enter text, select item from lists, click buttons...
-form data processed by server
-HTML5 provides richer controls and customization of existing controls
Certain characters such as spaces, punctuation symbols and special characters cannot be part of Query Strings. They must be URL Encoded
Type | Description |
---|---|
text | Single line text entry |
textarea | Multi line text entry |
password | mask user entry |
search | single line text entry suitable for a search string |
single line text entry with email validation | |
tel | single line text entry with telephone validation |
url | single line text entry with URL validation |
Text
-use of required, placeholder and pattern attributes
Type |
---|
<input type="submit"> |
<input type="reset"> |
<input type="button"> |
<input type="image"> |
<button> |
Date and Time controls
Users with slight disability
Color blindness
The term web accessibility refers to:
- assistive technologies
- helped by various HTML features
-make accessible to people with visual,mobility, auditory and cognitive disabilities
Microformats (sometimes abbreviated μF) are conventions used to embed semantics in HTML and provide an API to be used by search engines, aggregators, and other tools
specific information, such as people, organizations, events, and locations.
Microformats are supported by all major search engines.