HTML and CSS Reference
In-Depth Information
<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>
<p>
An XHTML 1.0 Strict Document.
</p>
</body>
</html>
(X)HTML5
(X)HTML5 documents can be developed with the following steps:
1.
Create the Document Type Declaration. In XHTML5, the DTD can optionally be preceded
by the XML prolog, which is not used in HTML5.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
2.
Add the root element. In XHTML5, the xmlns attribute is used to define the XHTML
namespace on the html element. In HTML5, this attribute is not used.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns=" http://www.w3.org/1999/xhtml ">
</html>
 
Search WWH ::




Custom Search