Lesson 1: HTML Structure

Every HTML document starts with a document type declaration <!DOCTYPE html>, followed by the <html> element which contains <head> and <body> sections.

Interactive Practice

Edit the HTML code below and see the results in real-time:

editor.html
Live Preview