Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed markup validation context violation for 'a' tag inside ul
  • Loading branch information
Ariff Jeff committed Sep 25, 2018
1 parent 1da2ea2 commit f37497b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions index.html
Expand Up @@ -137,19 +137,15 @@
Address: 34 Brokel Rd. NY</p>
<div>
<h6>Support</h6>
<ul>
<a href="#"><li>Help Center</li></a>
<a href="#"><li>Get Started</li></a>
<a href="#"><li>Contact Us</li></a>
</ul>
<a href="#"><li>Help Center</li></a>
<a href="#"><li>Get Started</li></a>
<a href="#"><li>Contact Us</li></a>
</div>
<div>
<h6>About Us</h6>
<ul>
<a href="#"><li>About Us</li></a>
<a href="#"><li>Terms of Use</li></a>
<a href="#"><li>Privacy Policy</li></a>
</ul>
<a href="#"><li>About Us</li></a>
<a href="#"><li>Terms of Use</li></a>
<a href="#"><li>Privacy Policy</li></a>
</div>
<div id="get-newsletter">
<h6>Get Newsletter</h6>
Expand Down

0 comments on commit f37497b

Please sign in to comment.