Framify

Tag: <head>

<head> Syntax

Syntax Diagram for <head>
Opening Tag Content Closing Tag
<head> head info </head>

<head> Description

The <head>. . . </head> tags contain the "header" information for a document:

<head> Example

<html> <head> <title>My Document</title> <meta name="description" content="This is Joe Schmoe's website."> <meta name="keywords" content="Joe Schmoe, website, coolness"> </head> ... </html>
Last Modified: