I was making a list of links for a website that I am creating but it stopped working when I ran it.
I have tried replacing it but I am at a loss for solutions. Nothing worked.
<ul>
<li><a href="http://www.youtube.com/@Wilson-AM" target="_blank>Youtube (main)</a></li>
<li><a href="http://www.youtube.com/@MrMagoo8888-" target="_blank>Youtube (Alt)</a><li>
<li><a href="https://mrmagoo8888.itch.io" target="_blank>Itch.io</a></li>
<li><a href="https://github.com/MrMagoo8888" target="_blank ">GitHub</a></li>
</ul>
2
Answers
Its a syntax error,there are missing closing quotation marks for the target="_blank" attribute in line 1 and 2.
Try the closing quotation mark after the "blank ….