The links should have an outline when focused. Please somebody should help me with this . i have tried several times but i am finding it difficult to solve it.
After the label elements, there should be an unordered list with the class sub-item.
Failed:10. The li inside the ul with the class sub-item should have an anchor element with the class sub-item
Please i have tried working on this but i am finding it difficult to solve it .
An input element with the type checkbox and id set to a unique value.
A unique value means a value that is different from the other ids on the page. Not the words “unique value”
A list item with an anchor element in it. The anchor should have the class sub-item-link, a valid href value, and a target value that makes the link open in a new tab.
A valid href value will be a URL pointing to a webpage or a hashlink to an id. “sub-item” isn’t correct.
<ul class="sub-item">
You should only have one unordered list.
You should have one unordered list with the class todo-list.
Only one ul with four li
Inside the unordered list, you should have four list items.