Chemistry, asked by rakeshkumar3600, 10 months ago

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 sparshk9256
0

Answer:

<HTML>

<HEAD>

<TITLE>Title of the web page</TITLE>

</HEAD>

</HTML>

Explanation:

HTML tag is not closed

Similar questions