Computer Science, asked by koshalesachin53, 4 months ago

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

correct code

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

Answer:

I am giving the correct answer here

please mark me as brainliest

Explanation:

<!DOCTYPE html>

<html>

<head>

<title> INTRODUCTION<\title>

</head>

<body>

<center>

<h1 style="font font-family: Arial; font-size: 40px; color: red;">Introduction To HTML </h1>

<p style="font font-family: Calibri; font-size: 30px; color: blue;">HTML refers to Hyper Text Markup Language. HTML was invented by Tim Berners Lee, in 1993.The most widely used version throughout the 2000's was HTML 4.01, which became an official standard in December 1999. HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.</p>

</center>.

</body>

</html>

h1

{ color: gold;

font-size: 60 px;

font font-family: Times New Roman; }

Similar questions