-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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:
css-101/3-box-model/18-local-library/index.html
Lines 25 to 29 in 36f039d
<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> css-101/3-box-model/18-local-library/index.html
Lines 20 to 24 in 36f039d
<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
- Add an
h2
heading in the Welcome section - Add an
h2
heading in the Catalog section
mohammedalbagir
Metadata
Metadata
Assignees
Labels
No labels