Introduction to HTML
HTML, which stands for HyperText Markup Language, is the standard markup language used to create web pages.
Structure of an HTML Document
An HTML document is composed of several elements such as <html>, <head>, and <body>.
Basic HTML Tags
- <p> - Paragraph
- <h1> to <h6> - Headings
- <a> - Anchor