Sunday, December 5, 2010
The Title Element or the Document Title
Here's another information and this is about the Title Element and it is a simple steps to follow. I hope this topic can help you with your web page title element.
The <tile> element provides a title of a document in which appears at the top of the web browser. The <tile> element is an important element within the document header in which it should always be present.
This is also a place for each user to check and know what document they're viewing.
Here's an example on how to use the <title> element:
<!DOCTYPE> html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional .dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equive="Content-Type" content="text/html;
charset=utf-8" />
<meta name="keywords" content="blog, info matters" />
<title>Document Title Example</title>
</head>
<body>
<h1>
Document Tile Example
</h1>
</body>
</html>
Labels:
Programming Info
0 comments:
Post a Comment