HTML is a markup language used to define the structure and layout of web pages. HTML uses tags like <h1> and <p> to mark up headings, paragraphs, and other elements. Web browsers read HTML documents and display them as web pages. Common HTML tags include <html> <body> <h1-h6> to define headings, <p> for paragraphs, <a> for links, and <img> to include images. HTML documents contain HTML tags and plain text, and are also called web pages.