" Each .main-section should have an id that matches the text of its first child, having any spaces in the child’s text replaced with underscores (_) for the id’s."
Matching includes capitalization.
“filler_text_1” does not equal “Filter_Text_1”
Also, you spelled it “filler” in the id and “Filter” in the text.
Now, I only left one problem which is Each .nav-link should have text that corresponds to the header text of its related section (e.g. if you have a “Hello world” section/header, your #navbar should have a .nav-link which has the text “Hello world”).
I try to add . before all the nav-link, but it doesn’t work. what should I do.
I need help.
I revised this two detailed. But I still can not fixed the problem. * Failed:Each .nav-link should have text that corresponds to the header text of its related section (e.g. if you have a “Hello world” section/header, your #navbar should have a .nav-link which has the text “Hello world”).
Failed:Each .nav-link should have an href attribute that links to its corresponding .main-section (e.g. If you click on a .nav-link element that contains the text “Hello world”, the page navigates to a section element with that id).
All of your links had this problem, not just the one I pointed out.
If you are still having problems then you need to paste your updated HTML in here so we can see what you did.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.
Each .nav-link should have text that corresponds to the header text of its related section (e.g. if you have a “Hello world” section/header, your #navbar should have a .nav-link which has the text “Hello world”).
I do not know how to solve this problem.
I try to add “.” in front of the nav-link. but it doesn’t appear good result well.
You didn’t quite paste your HTML in here properly. Make sure you start with triple backs on a line by itself, then paste in all of your HTML below those back ticks, then after your HTML add another set of triple back ticks on a line by itself.