tutorial 2: your first HTML page
back
watch it on YouTube
New Tags Covered
<title></title>
title: this is placed in the head and it displays content in the broswer tab
<p></p>
paragraph: used to indicate paragraphs of text. This is a block tag (it takes up a whole line)
<h1></h1>
level 1 heading. Heading tags are also block tags.
<br />
line break. the br tag is a single part tag rather than having a start and stop like other tags.