The html tags inform the browser that the information between the tags applies to the html document. If you open an HTML file with a text program, one of the first and last things you will see are the html tags. All of the information for your web page should go in between these tags.
<html> </html>
Here are the results of what we've learned so far:
<!DOCTYPE html>
<html>
</html>
Click the next button to continue.