Computer Science, asked by vanshdeep170408, 7 months ago

Q4. Correct the errors in the 2 points
following HTML code
<HTML>
<HEAD>
<TITLE><B> LEARNINH HTML</B><\TITLE>
<BODY>
HTML was invented by Tim Berner Lee
</HTML>
</BODY​

Answers

Answered by BrainlyProgrammer
2

Answer:

Line no. 3 -> <TITLE><B> LEARNINH HTML</B><\TITLE>

Title is the name of the web page so u cannot write <B><\B>

Line no.6-7 -> U should close Body first before closing HTML

Similar questions