Introduction to HTML
HTML, which stands for HyperText Markup Language, is the standard markup language used to create and design web pages.
Basic Structure of an HTML Document
An HTML document consists of nested elements like <html>, <head>, and <body>.
Common HTML Tags
- <p> - Defines a paragraph
- <a> - Defines a hyperlink
- <img> - Defines an image