HTML and CSS Reference
In-Depth Information
11. Below the <html> tag, type:
<head>
<title>A Home Page About Dogs</title>
</head>
Tip: The <head> section contains information that doesn't show
up on the page when it's viewed in a browser.
Note the closing </head> tag. In HTML, you must give the
browser instructions to end something as well as start it.
The text A Home Page About Dogs is not a tag. It is text
surrounded by tags. The <title> and </title> tags tell the
browser what to do with the text: make it the title of the page.
Search WWH ::




Custom Search