// References / HTML Head Tag

Posted The: 26/04/2008 - AT: 20:17

Edited The: 15/08/2008 - AT: 20:49

The head tag in html, is used to mark the head section of the Document.

Example:

The head section holds the Title of the Document, and the meta tags such as:

  1. keywords
  2. Character Encoding
  3. Document Language
  4. Author
  5. Copyright

And many more.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">

  <head>
    <title>My first Website</title>
    <style type="text/css">

    html, body {
     height: 100%;
    }
    </style>
  </head>

  <body>
    <p>My first Website.</p>

  </body>

</html>

It may also link to External StyleSheet'(s), and/or contain Embedded Style'(s).

Stumble It!

Author: BlueBoden

Comments: [0]

  1. HTML Tutorial
  2. CSS Tutorial
  3. XHTML Tutorial
  4. RSS Tutorial
  5. PHP Tutorial
  6. htaccess Tutorial
  7. Server Tutorial
  8. SEO Tutorial

Checked At:04:52

8 Guests

0 Users

Online doing the past 15 Minutes!

PageRanking.dk - Flere hits og højere PageRank - GRATIS tilmelding!

This page was created in 0.198514938354 seconds

Welcome Guest