<head> after the <html> tag
</head> immediately after <head>
Now, create the body section by adding <body> after </head>
Close the body section with </body>
Insert the <title> tag after <head>
Type in the title for the page (e.g., your name)
Add the </title>