Designer at work

the <head> tag

Several things can be placed betwen the opening and closing head tags:

An example

The head section of the web page that makes this lesson could be written as:


<head>
  <title>The head tag</title>
  <link rel="stylesheet" type="text/css" href="htmlstyle.css">
</head>