@SCarter613Submitted about 4 years ago
Hi,
Any feedback and suggestions are welcome.
Thanks!
Hi,
Any feedback and suggestions are welcome.
Thanks!
you should put a tag inside li, not li inside a. li must be the child of ul.
ex. - <li> <a href"#"> Text </a></li> you can do this. <a href="#"> <h2> Text </h2></a>
but not with li.