HyperText Markup Language
Commands in html are called tags which use “pointy brackets”
Most tags are in pairs, with text or other tags, inside them.
<html> ........... </html> <div> ........... </div> <p> ........... </p>
Commands in html are called tags which use “pointy brackets”
Most tags are in pairs, with text or other tags, inside them.
<html> ........... </html> <div> ........... </div> <p> ........... </p>