KnowledgeBoat Logo

Computer Applications

Table with different vertical alignments in its cells.

<HTML> 
<BODY> 
<TABLE BORDER>
<TR>
<TH>January</TH>
<TH>February</TH>
<TH>March</TH>
</TR>
<TR ALIGN=center>
<TD>all aligned center</TD>
<TD>Cell 2</TD>
<TD>Another cell,<br> cell 3</TD>
</TR>
<TR>
<TD ALIGN=right>aligned right</TD>
<TD ALIGN=center>aligned to center</TD> 
<TD>default,<br>aligned left</TD>
</TR>
</TABLE> 
</BODY> 
</HTML>

HTML Advanced Features

1 Like

Answer

Output
Table with different vertical alignments in its cells. Practical Assessment. HTML Images, Links & Tables, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.

Answered By

1 Like


Related Questions