Computer Science, asked by hufflepuff5, 1 year ago

Please answer this question.. I need it for tomorrow... Find the errors in the following HTML code and rewrite correctly. Correct answer will be marked as brainliest. ​

Attachments:

Answers

Answered by ARSHSINGHDHILLON
2

Start with html img before source and many more.

Answered by anishasa
4

Answer:

<HTML>

<BODY bgcolor="pink">

   <font size="4" color="red"></font>

<img src="flower.jpg">

<BR>

   <TABLE BORDER ="1" Align="RIGHT">

<TR>

<TH>Heading 1</TH>

<TH>Heading 2</TH>

</TR>

<TR>

<TD>First a</TD>

<TD>First b</TD>

</TR>

<TR>

 <TD>Second a</TD>

<TD>Second b</TD>

</TR>

</TABLE>

<A HREF=E:\digsys.html>Click </A>

<BODY>

</HTML>

Similar questions