Term
|
Definition
after DOCTYPE the _____ element starts your page and also ends the page |
|
|
Term
|
Definition
what 2 elements can only go directly inside your HTML element. which means that every other element must go inside one of these 2 elements. |
|
|
Term
|
Definition
the only element you can put your Title, Meta, and Style elements into. |
|
|
Term
|
Definition
always give you Head element a _____ element. |
|
|
Term
|
Definition
you can only put _____ elements directly inside your body element |
|
|
Term
|
Definition
______ elements and text need to be inside another block element before they can go in the body element. you can only but these elements inside each other. |
|
|
Term
|
Definition
keep block elements out of your ________ but it is perfectly fine to use the inline elements if you want. |
|
|
Term
|
Definition
only ____ elements are allowed in the UL and OL elements |
|
|
Term
|
Definition
_____elements reqire one or more block elements inside it. |
|
|