- HTML (Hypertext Markup Language) is the standard markup language used to create web pages. It describes the structure of a web page semantically through elements like headings, paragraphs, lists, links, etc.
- The basic structure of an HTML document includes a head section for metadata, and a body section that contains the visible page content. Common elements in the body are headings, paragraphs, links, images, lists, tables, and forms.
- HTML uses tags enclosed in angle brackets to define and structure different parts of a web page like <html>, <head>, <body>, <p>, <img>, etc. Attributes provide additional information about tags.