1. HTML also known as Hypertext Markup Language. <html> tags are used to declare the start and the end of the webpage. 
   
    
   
  
    
      2. The <body> tag is used in every HTML webpage to declare where the content & other tags will go.
    
    
   
  
    
      3.  Please type: Find 1 Egg
    
    
   
  
    
    4. The <del> tag defines text that has been deleted from a document.
    
    
   
  
    
    5. Please type: to complete
    
    
   
  
    
    6. The </del> tag defines text that has been deleted from a document.
    
    
   
  
    
    7. Please type: the lesson
    
    
   
  
    
    8. Closing the <body> tag using </body> . You will see the closing and opening tags used though out this course. 
    
    
   
  
    
    9. The HTML closing tag </html> is the last tag you need to add to the text editor.  After that this box will close and you will see the webpage you have created.