HTML stands for HyperText Markup Language. When writing HTML, you add "tags"
to the text in order to create the structure. These tags tell the browser
how to display the text or graphics in the document. See sample - "tags"
are inside <>
<html>
<head>
<title>Why I like to go swimming</title>
</head>
<body>.