Find the errors in the following lines of HTML code and correct them.a. <HTML><HEAD><TITLE> Title of the web page <TITLE></HEAD>
Answers
Answered by
0
Answer:
<HTML>
<HEAD>
<TITLE>Title of the web page</TITLE>
</HEAD>
</HTML>
Explanation:
HTML tag is not closed
Similar questions