Trouble Figuring Out Pervasive Link in HTML | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Trouble Figuring Out Pervasive Link in HTML

Basic HTML Question! I made an blog for the first project in basic HTML. The link I use in line 18 seems to persist throughout everything that comes after it. If you click anything below that section, they direct to the link on line 18. Tried various ways of closing the section but haven't been able to figure it out. Any help would be appreciated! https://code.sololearn.com/WOIjJteVZq6t

29th Apr 2019, 11:45 PM
Ben Levine
Ben Levine - avatar
5 Réponses
+ 5
Ben Levine, in all your <li> tags, the <a> tags do not get closed. Add </a> before the </li> tags.
30th Apr 2019, 12:08 AM
Edwin Pratt
Edwin Pratt - avatar
+ 5
Hey there 😃 It looks like you forgot to close the <a> tag with </a>
29th Apr 2019, 11:58 PM
Edwin Pratt
Edwin Pratt - avatar
+ 3
No problem 😃
30th Apr 2019, 12:01 AM
Edwin Pratt
Edwin Pratt - avatar
+ 1
Thank you Edwin!
30th Apr 2019, 12:00 AM
Ben Levine
Ben Levine - avatar
+ 1
I noticed and updated. I thought <a> was an open tag so was getting frustrated. Shouldve figured it out when the same thing happened with the next link up after I deleted the last one. Interesting to see how it affected the rest of the document though. Edwin Pratt
30th Apr 2019, 12:10 AM
Ben Levine
Ben Levine - avatar