- HTML stands for Hyper Text Markup Language
- HTML is not a programming language, it is a markup
- A markup language is a set of markup tags
- HTML uses markup tags to describe web pages
HTML Tags
HTML markup tags are usually called HTML tags
- HTML tags are keywords surrouned by Angle brackets like <html>
- HTML tags notmally come in pairs like <b> and </b>
- The first tag in a pair is th start tag, the seconf tag is the end tag
- Start and end tags are aslo called openings tags and closing tags