CorinaMurg / html-tag-quiz

A quiz to help you learn and test your knowledge of HTML tags. Open source.
https://html-tag-quiz.netlify.app/
MIT License
8 stars 10 forks source link

[BUG] Missing document title element #39

Closed CorinaMurg closed 1 year ago

CorinaMurg commented 1 year ago

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)

Screenshots

No response

Additional information

Useful link: MDN Documentation on title element

Galbrush commented 1 year ago

Hi, could I work on this?

YuriDevAT commented 1 year ago

Sure @Galbrush happy to have you contributing to the project 🚀