InterviewSolution
Saved Bookmarks
| 1. |
Identify the error in the following HTML code. Rewrite the correct code.<UL TYPE = "a" START = 4> |
|
Answer» <UL TYPE = "a" START = "4"> OR <UL TYPE = "something''> |
|