<html>
is a tag. Tags help the web browser figure out what to make of any text that's before or after them.
Can you remember another tag?
<body>
and </body>
Hi, I'm written in HTML.
Great! We'll find out what the <body>
tag does in a minute.
We can recognize tags because of the signs around them: <
,>
, and sometimes /
.