Computer Science, asked by aryanverma1487, 7 months ago

Find the error in the following lines of html code and write the

correct code [4 marks]

1. <html>

<head><title>find the error</title></head> <font size=6 color="red">

<hr size =4 width="50%" color=""> <h1> A web browser is a software which is used to view website.

It is an interface between a user and the world wide web.

</font>

</body>​

Answers

Answered by cletusreji4191oyn6ef
0

Answer:

here it is

Explanation:

open tag Body after closing head

close tag H1 before closing body

Similar questions