Introduction to HTML
HTML, which stands for HyperText Markup Language, is the standard markup language used to create and design web pages.
Structure of an HTML Document
An HTML document is comprised of elements such as headings, paragraphs, links, images, and more, all enclosed within opening and closing tags.
Common HTML Tags
- <h1> - <h6>: Headings of varying sizes
- <p>: Paragraphs of text
- <a>: Hyperlinks to other pages
- <img>: Insert images
- <ul> and <li>: Unordered lists