Fundamental HTML Tags

Let's disect this HTML:

<html>
<head>
  <title>My Page</title>
</head>
<body>
  Hi, here is some text.
</body>
</html>

Let's review. is the start of the document, and is the end.

The next tag is . The head of the document is where we specify the <title>, which shows up as follows:

a web page with some text in it

In between the two tags is where we specify the content of the web page. The content can include images, video, links, and more.

Next: Get a Text Editor for HTML Editing

Comments

Leave a comment

What color are green eyes? (spam prevention)
Submit
Code under MIT License unless otherwise indicated.
© 2020, Downranked, LLC.