Introduction to HTML
HTML (HyperText Markup Language) is the standard markup language for creating web
pages.
Basic Tags:
- <html>: Root element
- <head>: Contains metadata
- <body>: Content of the webpage
- <h1> to <h6>: Headings
- <p>: Paragraph
- <a href="URL">: Anchor link