User Impact: Critical
Disabilities Affected:
WCAG Version:
2
WCAG Levels:
WCAG Guidelines:
Solution Techniques:
Automated Test Accuracy:
High
Check1st Severity:
3
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 describes in a simple phrase the purpose of the document.
the 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>
    <head>  
        <title>Example Title</title>  
    </head>
    <body>  
    ...
    </body> 
</html>