Advertisements
Advertisements
Question
Write HTML code for the following table:

Code Writing
Advertisements
Solution
<HTML>
<BODY>
<TABLE BORDER="1" WIDTH="60%" HEIGHT="300" ALIGN="center">
<TR>
<TD></TD>
<TD ALIGN="center"><B>C++</B></TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
<TD ALIGN="center"><B>Java</B></TD>
<TD ALIGN="center"><B>HTML</B></TD>
</TR>
<TR>
<TD ALIGN="center"><B>VB</B></TD>
<TD ALIGN="center"><B>C</B></TD>
<TD ALIGN="center"><B>PASCAL</B></TD>
</TR>
</TABLE>
</BODY>
</HTML>shaalaa.com
Is there an error in this question or solution?
