This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.
The <title> tag is used to title the document. It is used within the <head> tags and is important for SEO (search engine optimization).
<!DOCTYPE html>
<html>
<head>
<title>The title of my document.</title>
</head>
</html>