tags
hr: The
The
input:http://www.w3schools.com/tags/tag_input.asp
<input type="password" name="pwd">
Form :http://www.w3schools.com/tags/tag_form.asp
Drop down box :http://www.w3schools.com/tags/tag_optgroup.asp
Field set :http://www.w3schools.com/tags/tag_fieldset.asp
table :http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_tbody
Layout :http://www.w3schools.com/html/html_layout.asp
Global attributes: those attributes can be used in any html element
class name: <element class="classname">
Specifies one or more class names for an element. To specify multiple classes, separate the class names with a space, e.g. . This allows you to combine several CSS classes for one HTML element.
Naming rules:
Head and Header
The
A
You can have several
Note: A
The element is a container for all the head elements.
The element can include a title for the document, scripts, styles, meta information, and more.
The following elements can go inside the element:
BLOCK LEVEL
http://www.w3schools.com/html/html_blocks.asp
Reserved char :http://www.w3schools.com/html/html_entities.asp