Computer Science, asked by masteralwin07, 6 months ago

Find out the errors and write them in correct codes​

Attachments:

Answers

Answered by akshayyadavindia31
0

Answer:

Here is it thanks me and follow thanks

Attachments:
Answered by anindyaadhikari13
1

Question:-

Find the errors in the following code.

Solution:-

Given code,

<html>

<head>

</head>

<body bgcolor="#120021" TEXT="YELLOW">

<h1>BEETROOT</h3>

</P>Beetroots are a great source of fibre,vitamin B9, manganese pottassium, iron and vitamin C. <P>

<IMG href=" BEET.JPG" ALT="beetroot" style= WIDTH=400HEIGHT="500">

<BODY>

</HTML>

These code has so much errors. Write the code given below.

<html>

<head>

</head>

<body bgcolor="#120021" TEXT="YELLOW">

<h1>BEETROOT</h1>

<P>Beetroots are a great source of fibre,vitamin B9, manganese pottassium, iron and vitamin C. </P>

<IMG src=" BEET.JPG" ALT="beetroot" style=width: 400px;height:500px;">

</BODY>

</HTML>

Errors are marked in bold letters.

There are some errors in CSS codes. I have corrected if.

Similar questions