Starting Document
It is important to validate documents for conformance to W3C standards to ensure a wide variety of technologies can access your web resources. The W3C HTML Validator is one tool that can be used validate HTML web resources.
Document Information
- "DOCTYTPE"
- Language information
- Character encoding information
Source Code
<!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">
<head xml:lang="en-US" lang="en-US">
<title>Career Center Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="styles/career-main-step-01.css" type="text/css" rel="stylesheet"/>
</head>
<body>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head xml:lang="en-US" lang="en-US">
<title>Career Center Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="styles/career-main-step-01.css" type="text/css" rel="stylesheet"/>
</head>
<body>
</body>
</html>