Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[a11y]: Improving Semantic Structure #54

Open
CBID2 opened this issue Oct 25, 2024 · 0 comments
Open

[a11y]: Improving Semantic Structure #54

CBID2 opened this issue Oct 25, 2024 · 0 comments

Comments

@CBID2
Copy link
Contributor

CBID2 commented Oct 25, 2024

Description

In my review of the HTML file for the local library exercise, I noticed that some of the sections are missing headings. Here are some examples:

  1. <section id="catalog">
    <form id="catalog-form">
    <input id="catalog-input" type="text" placeholder="Search the Catalog..."/>
    <input id="form-btn" type="submit" value="Search" />
    </form>
  2. <section id="welcome">
    <p>
    Guided by our dedication to literacy and learning and patron-focused services and programs, the Library is a fun space for using information and technology to build knowledge and foster community, social connection.
    </p>
    </section>

Solution

To solve these issue, I can up with the following solution

  1. Add an h2 heading in the Welcome section
  2. Add an h2heading in the Catalog section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant