Hello, Campers I have created a personal project of mine, I humbly request you to all please take some time and review my project and give me valuable suggestion so, I can make my project better
Thanks a lot in Advance (Happy Coding )
Hello @naveen_coder,
HTML
- error
Element ādivā not allowed as child of element ābuttonā in this context. (Suppressing further errors from this subtree.)
From line 479 to line 479:
<div class="dropdown-menu" aria-labelledby="bad_side_dropdown_button">
MDN documentation:
<button>: The Button element - HTML: HyperText Markup Language | MDN
Permitted content: Phrasing content but there must be no Interactive content
<div>: The Content Division element - HTML: HyperText Markup Language | MDN
Content: Flow content, palpable content.
Permitted parents: Any element that accepts flow content.
- error
The element āaā must not appear as a descendant of the ābuttonā element.
From line 480 to line 480:
<a href="https://www.dailymail.co.uk/news/article-2991391/The-MUTANT-animals-specially-bred-shot-big-game-hunters-South-African-ranchers-charge-100-times-honour-shooting-unusually-coloured-animals.html" class="dropdown-item" target="_blank">(Anima
- error
The element āaā must not appear as a descendant of the ābuttonā element.
From line 482 to line 482:
<a href="http://www.independent.com.mt/articles/2015-09-05/local-news/25-million-birds-killed-per-year-in-the-Mediterranean-6736141608" class="dropdown-item" target="_blank">(Birds
- error
The element āaā must not appear as a descendant of the ābuttonā element.
From line 484 to line 484:
<a href="https://www.droughtrelief.org/need-trees-cut-down.html" class="dropdown-item" target="_blank">(Plant
MDN documentation:
<button>: The Button element - HTML: HyperText Markup Language | MDN
Permitted content: Phrasing content but there must be no Interactive content
<a>: The Anchor element - HTML: HyperText Markup Language | MDN
Content: Flow content, phrasing content, interactive content, palpable content.
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 84 to line 84:
<a href="#" data-target=".animals_in_danger_and_extinct" data-toggle="collapse" aria-expanded="false" aria-controls="animal_dangar_collapse animal_extinct_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 84 to line 84:
<a href="#" data-target=".animals_in_danger_and_extinct" data-toggle="collapse" aria-expanded="false" aria-controls="animal_dangar_collapse animal_extinct_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 88 to line 88:
<a href="#animals_in_danger" class="animals_in_danger_and_extinct collapse" data-toggle="collapse" aria-expanded="false" aria-controls="animal_dangar_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 91 to line 91:
<a href="#extinct_animals" class="animals_in_danger_and_extinct collapse" data-toggle="collapse" aria-expanded="false" aria-controls="animal_extinct_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 96 to line 96:
<a href="#" data-toggle="collapse" data-target=".birds_in_danger_and_extinct" aria-expanded="false" aria-controls="birds_dangar_collapse birds_extinct_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 96 to line 96:
<a href="#" data-toggle="collapse" data-target=".birds_in_danger_and_extinct" aria-expanded="false" aria-controls="birds_dangar_collapse birds_extinct_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 100 to line 100:
<a href="#birds_in_danger" class="birds_in_danger_and_extinct collapse" data-toggle="collapse" aria-expanded="false" aria-controls="birds_dangar_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 103 to line 103:
<a href="#birds_who_extinct" class="birds_in_danger_and_extinct collapse" data-toggle="collapse" aria-expanded="false" aria-controls="birds_extinct_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 108 to line 108:
<a href="#" data-target=".plants_in_danger_and_extinct" data-toggle="collapse" aria-expanded="false" aria-controls="plant_danger_collapse plant_extinct_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 108 to line 108:
<a href="#" data-target=".plants_in_danger_and_extinct" data-toggle="collapse" aria-expanded="false" aria-controls="plant_danger_collapse plant_extinct_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 112 to line 112:
<a href="#plants_in_danger" class="plants_in_danger_and_extinct collapse" data-toggle="collapse" aria-expanded="false" aria-controls="plants_danger_collapse">
- error
The āaria-controlsā attribute must point to an element in the same document.
From line 115 to line 115:
<a href="#plants_who_extinct" class="plants_in_danger_and_extinct collapse" data-toggle="collapse" aria-expanded="false" aria-controls="plants_extinct_collapse">
cheers and happy codding
Note:
Tools used:
[w3c markdown checker web service] (Service Ā» Input Ā» POST body Ā· validator/validator Wiki Ā· GitHub)
-
W3C validate by input:
-
W3C validate by file:
Video:
thanks a lot for your reply , i will surely work on these all errors and will again post for the review