Closed Shivakarthikeya23 closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
hacktoberwall | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Oct 29, 2024 7:30pm |
Thanks for contributing! This is very helpful π«Άπ»
Issue: The header in multiple HTML files (e.g., form.html and tos.html) contained buttons with nested tags, causing inconsistent behavior. Specifically, some links (like "Contact" and "About Us") were not working reliably across browsers. This issue arises because nesting interactive elements such as anchor tag inside button element can lead to unexpected behavior, making navigation links unresponsive. https://github.com/JollyJolli/HacktoberWall/issues/198
Fix Summary: Replaced nested anchor tags inside button elements with standalone anchor tags where appropriate. This approach ensures proper functionality, improves accessibility, and avoids conflicts between HTML elements. The header is now working correctly, with all links and buttons functioning as expected.