User Impact: Critical
Disabilities Affected:
WCAG Version:
2
WCAG Levels:
WCAG Guidelines:
Solution Techniques:
Automated Test Accuracy:
High
uTester Severity:
Error
DRRSAG Designations:
All HTML and XHTML documents, including those in individual frames in a frameset, should have a title element in the head section that defines in a simple phrase the purpose of the document.
Engine scans for missing document title
A descriptive document title allows users to quickly and easily identify whether the information contained in the Web page is relevant to their needs
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The World Wide Web Consortium</title>
</head>
<body>
...
</body>
</html>