Find out the errors and write them in correct codes
Answers
Answer:
Here is it thanks me and follow thanks
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.