Computer Science, asked by navya6999, 9 months ago

write an HTML code for this out put

Attachments:

Answers

Answered by harshkhandelwal51
3

Answer:

<!DOCTYPE html>

<HTML>

<HEAD>

<TITLE>CSSimplified.com HTML21</TITLE>

</HEAD>

<BODY bgColor=”yellow” Text=”blue”>

<TABLE BORDER=”1″ WIDTH=”75%”>

<TR>

<TD WIDTH=”25%” ROWSPAN=”2″>Weather</TD>

<TD WIDTH=”25%” ><B>DELHI</B></TD>

<TD WIDTH=”25%” ><B>MUMBAI</B></TD>

</TR>

<TR>

<TD WIDTH=”25%”>40</TD>

<TD WIDTH=”25%”>35</TD>

</TR>

</TABLE>

</BODY>

</HTML>

Similar questions