Math, asked by aastha8281, 2 months ago


3. Find the error(s) in the following code and underline those errors.
<HTML>
<HEAD>
<TILE> GDGPS </HEAD>
</TITLE>
<BODY>........... </BODY>
<HTML>

Answers

Answered by anany18
0

Answer:

<HTML>

<HEAD>

<TILE> GDGPS </HEAD>

</TITLE>

<BODY>........... </BODY>

<HTML>

Spelling of title is wrong

then head should be closed after body tag

and HTML tag should be closed

Similar questions