Blog Project My Skills incorrect in HTML learning | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Blog Project My Skills incorrect in HTML learning

The program won't accept correct answer. Does anyone know what it is? The answers should be <a and <ul>, but the program won't accept them as answers

29th Apr 2018, 3:12 AM
Chris Pringle
Chris Pringle - avatar
5 Antworten
0
Chris Pringle , You should put <a> tag before each <li> tags which inside <ul> tag. You can refer to my code here https://code.sololearn.com/W6AF6A3prr9r/?ref=app Happy coding!
29th Apr 2018, 3:25 AM
Sanh-Thanh Ng
Sanh-Thanh Ng - avatar
0
It's a and /li not ul
29th Apr 2018, 6:59 AM
ChaoticDawg
ChaoticDawg - avatar
0
why is it a /li
26th Feb 2021, 6:21 PM
Nasira Zayn
Nasira Zayn - avatar
0
Nasira Zayn The ul (unordered list) tag is already closed. A ul can contain multiple li (list item) tags. If you look at the question, you'll see that the opening and closing (outer) ul tags are there, there are 2 list items within the unordered list. Within the 1st list item there is an a (anchor/link) tag for the text A. You can see the 2nd item in the list is complete with an opening and closing li tag around it content, while the first li isn't closed and the a is missing from the opening anchor/link tag prior to the href= attribute.
26th Feb 2021, 11:46 PM
ChaoticDawg
ChaoticDawg - avatar
0
<ul> <li> < a href="https://www.sololearn.com"> A </a> < > <li>B</li> </ul>
18th Nov 2021, 9:05 AM
Bizuayehu Gebeyehu