HTML Intro – Title Tag

The Title Tag allows you to name your HTML document, and is very important for SEO purposes.

title.html

<html>

<head>

<title>Baltimore Data Recovery</title>

</head>

<body>

<h1>Cool Webpage</h1>

<p>Look mommy I built this website all on my own!</p>

</body>

Be the first to comment

Leave a Reply