tell its answer fst plzzzz
Attachments:

Answers
Answered by
1
Question:-
- Identify the errors in the following code.
Solution:-
Given code,
<li>Computer Repair<li
As we know that <li> tag has no closings, so after correction,the code will be,
<li>Computer Repair.
<li> tag has no closing but in many books, it's written that <li> tag is a container tag which is wrong.
Similar questions