Computer Science, asked by hasan20061216, 6 months ago

Find errors in the following HTML code and rewrite correctly.1.<BODY BGCOLOR="> 2.<FONT SIZE=4 COLOR=RED> 3.<TABLE BORDER> ​

Answers

Answered by rashmitha2
0

Explanation:

<BODY BGCOLOR="ORANGE">

you can even write hex value of the colour

<FONT SIZE="4" COLOR="RED"> </FONT>

close the font tag and mention the size and color in apostrophes

<TABLE BORDER="1">

1 creates a double spaced border ,if we won't mention border for the table the default border is not set , 0 does not set the border to the table.

Similar questions