Term
|
Definition
always have html element in the beginning of your code. every thing is nested inside the html element. |
|
|
Term
|
Definition
the head and body elements are nested inside the html element. All other elements are nested inside the head and body elements. |
|
|
Term
|
Definition
You must have a title element inside a head element. Also you can put the meta and style ement inside the head element. |
|
|
Term
|
Definition
feed the body element with blockquoate like h1,p, and blockqoute. |
|
|
Term
|
Definition
can not be inside of inline elements. |
|
|
Term
|
Definition
can not go into p elements. p elements are for text. |
|
|
Term
|
Definition
are only used in ul and ol elements. |
|
|
Term
|
Definition
can anything inside them like text, pictures and block elements. |
|
|
Term
|
Definition
likes only block elements. |
|
|
Term
|
Definition
be careful about nseting inline elements inside another inline element. Never put a a element inside another a element. |
|
|