Computer Science, asked by neetu714, 11 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 jainishsomani2p9je26
7

Answer:

(/TITLE) here is the mistake before (/HEAD)

Answered by graxx
13

Answer:

</TITLE>

Explanation:

"<HTML>

<HEAD>

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

</HEAD>

<BODY>"

</BODY>

</HTML>

Similar questions