Term 
        
        | The HTML element dont leave home without it! |  
          | 
        
        
        Definition 
        
        | Always start your code with DOCTYPE then right after put in your HTML tags |  
          | 
        
        
         | 
        
        
        Term 
        
        | Remember to use your HEAD elements and your BODY elements! |  
          | 
        
        
        Definition 
        
        | these are the only ones that should ever be directly inserted into HTML |  
          | 
        
        
         | 
        
        
        Term 
        
        | Whats a HEAD element with out a TITLE attribute? |  
          | 
        
        
        Definition 
        
        always give a TITLE or your code will not make your code compliant
  NOTE: {TITLE} {META} {STYLE} are the only things that go in the HEAD element |  
          | 
        
        
         | 
        
        
        Term 
        
        | Whats a HEAD element with out a TITLE attribute? |  
          | 
        
        
        Definition 
        
        always give a TITLE or your code will not make your code compliant
  NOTE: {TITLE} {META} {STYLE} are the only things that go in the HEAD element |  
          | 
        
        
         | 
        
        
        Term 
        
        | Fed your BODY elements some wholesome block elements! |  
          | 
        
        
        Definition 
        
        | you can only put  block elemnets like {h1} or {p}, All text should be insurted into one of these elements |  
          | 
        
        
         | 
        
        
        Term 
        
        | Keep block elements out of your inline elements. |  
          | 
        
        
        Definition 
        
        | The only things you can put in an inline element are text and other inline elements. |  
          | 
        
        
         |