write the html code that creates the following output
Answers
Answered by
2
Answer:
Html code:
<!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>
Write above code in any text editor and save by htm or html extension and Open it in any browser by double clicking the file like internet explorer.
Hope it helps you....
PLZZ PLZZ PLZZ PLZZ PLZZ Mark me as Brainliest......
PLZZ FOLLOW ME......
Similar questions