A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.w3.org/WAI/WCAG21/Techniques/html/H25 below:

H25: Providing a title using the title element | WAI

Technique H25:Providing a title using the title element About this Technique Description

All HTML documents, including those in frames, have a title element in the head section that defines in a simple phrase the purpose of the document. This helps users to orient themselves within the site quickly without having to search for orientation information in the body of the page.

Note that the (mandatory) title element, which only appears once in a document, is different from the title attribute, which may be applied to almost every HTML element.

Examples Example 1

This example defines a document's title.

<!doctype html>
<html lang="en">
  <head>
    <title>The World Wide Web Consortium</title>     
  </head>
  <body>
      ...   
  </body> 
</html>
Related Resources

No endorsement implied.

Tests Procedure
  1. Examine the source code of the HTML document and check that a non-empty title element appears in the head section.
  2. Check that the title element describes the document.
Expected Results Test Rules

The following are Test Rules related to this Technique. It is not necessary to use these particular Test Rules to check for conformance with WCAG, but they are defined and approved test methods. For information on using Test Rules, see Understanding Test Rules for WCAG Success Criteria.

Back to Top

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3