- HTML was created by Tim Berners-Lee in the late 1980s and early 1990s to allow information sharing through hypertext links on the then-emerging World Wide Web. It uses tags to define the structure and layout of webpages and allows multimedia content.
- The basic structure of an HTML document involves tags like <html> to open and close the HTML document, <head> to contain metadata, <title> to define the title, and <body> to contain the visible page content.
- Common text formatting is done using tags like <h1> for main headings, <p> for paragraphs, and <font> to specify font attributes. Lists are created with <ul> for unordered