HTML and CSS Reference
In-Depth Information
8.
Head content can be arbitrarily extended upon request, for example with metadata from
external vocabularies such as DC. A typical head section with highly customized content
looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
" http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd " >
<html xmlns=" http://www.w3.org/1999/xhtml " xml:lang="en" lang="en">
<head>
<title>XHTML Document Sample</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="noindex, nofollow" />
<meta name="content-language" content="en" />
<meta name="author" content="Dr. Leslie Sikos" />
<meta name="keywords" content="Dr. Leslie F. Sikos, networking" />
<meta name="description" content="Contact data of IT pro Dr. Leslie Sikos.
Website standardization, semantic websites, accessability, professional
photography, videography, multimedia &amp; more." />
<base href=" http://www.lesliesikos.com/ " />
<link rel="alternate" type="application/rss+xml" title="Dr. Leslie Sikos IT
professional" href=" http://www.lesliesikos.com/sikos.xml " />
<link rel="author" href=" http://www.lesliesikos.com/ " />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" media="all" href="styles/sikos.css"
title="Default style" />
<link rel="stylesheet" type="text/css" media="handheld" href="styles/mobile.css"
title="Styles for mobile devices" />
<link rel="stylesheet" type="text/css" media="print" href="styles/print.css"
title="Styles for printing" />
<script type="text/javascript" src="js/help.js"></script>
<script type="text/javascript" src="js/access.js"></script>
</head>
<body>
</body>
</html>
9.
Add body content.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
" http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd " >
<html xmlns=" http://www.w3.org/1999/xhtml " xml:lang="en" lang="en">
<head>
<title>XHTML Document Sample</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="noindex, nofollow" />
Search WWH ::




Custom Search