<title> This is a starting title tag.
</title> This is an ending title tag.
You put the page title inside the title tags. The page title will display in the web browser tab.
<!DOCTYPE html>
<html>
<head>
<title>Coding Cadets are awesome!</title>
<style>
/* CSS code goes here */
</style>
</head>
<html>
<title>Intro to HTML: < title ><title>
Play in the code editing box below. Try adding words. Also, try changing the entity numbers to see different symbols.