| Term 
 
        | What should you always start your html with after the doctype? |  | Definition 
 | 
        |  | 
        
        | Term 
 
        | What two tags should you use for better html? |  | Definition 
 | 
        |  | 
        
        | Term 
 
        | What tag should you always use in your head tag? |  | Definition 
 | 
        |  | 
        
        | Term 
 
        | What tag should go first after a body tag, block or inline? |  | Definition 
 
        | Block, inline always go in a block tag. |  | 
        |  | 
        
        | Term 
 
        | What shouldn't you put in your inline elements? |  | Definition 
 
        | Block elements should stay out of inline elements |  | 
        |  | 
        
        | Term 
 
        | What should you not put inside the p element? |  | Definition 
 | 
        |  | 
        
        | Term 
 
        | li is the only element inside the ______ |  | Definition 
 | 
        |  | 
        
        | Term 
 
        | What can you put in your list items? |  | Definition 
 
        | Everything- text, inline, or block |  | 
        |  | 
        
        | Term 
 
        | What does the blockquote need? |  | Definition 
 
        | One or more block elements |  | 
        |  | 
        
        | Term 
 
        | True or False 
 You have to be careful when nesting inline inside inline.
 |  | Definition 
 
        | True some tags don't make sense like "a" inside "a" |  | 
        |  |