Introduction to HTML
HTML, which stands for HyperText Markup Language, is the standard markup language for creating web pages. It provides the structure and content of a webpage through a series of elements and tags.
Key HTML Elements
- <html>: Defines the root of an HTML document
- <head>: Contains meta information about the document
- <body>: Represents the content of the document