InterviewSolution
Saved Bookmarks
| 1. |
Identify the error in code given below:< img src="mypage.html" |
|
Answer» Answer: You just FORGET the close tag ">" Explanation: < img SRC="mypage.html"> |
|