As a sighted user, I rely on the title element to quickly identify the purpose of a page. The content of the title element is displayed in the browser tab or window title bar and helps me identify and switch between open pages/tabs.
As a screen reader user, the title of a page will be announce when navigating to it, and it provides me with an immediate overview of the page’s content.
Acceptance Criteria (AC)
[ ] The title element is placed within the head section of the HTML document.
[ ] There is only one title element per HTML document.
[ ] The title contains text relevant to the content of the page.
Description
As a sighted user, I rely on the
title
element to quickly identify the purpose of a page. The content of the title element is displayed in the browser tab or window title bar and helps me identify and switch between open pages/tabs.As a screen reader user, the
title
of a page will be announce when navigating to it, and it provides me with an immediate overview of the page’s content.Acceptance Criteria (AC)
title
element is placed within thehead
section of the HTML document.Screenshots
No response
Additional information
Useful link: MDN Documentation on title element