HTML (HyperText Markup Language) is not a programming language. It is a markup language that defines the structure of your content. Think of it like the wooden frame of a house.
HTML uses tags like <p> (opening) and </p> (closing) to wrap content.
Tags can have extra info. E.g., <img src='cat.jpg'> uses the 'src' attribute.
You can put tags inside other tags, just like Russian nesting dolls.
Type HTML on the left and see it instantly render on the right!
This is my first web page.
Which tag is correct?