English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Write HTML code to create the following table: - Computer Applications

Advertisements
Advertisements

Question

Write HTML code to create the following table:

Answer in Brief
Advertisements

Solution

HTML CODE:

<html>
<head>
<title> Table with Attribute </title>
</head>
<body>
<table cellspacing=10  cellpadding=10  border=10
bordercolor=blue  align=center  bgcolor=yellow
width = 50%>
<TR>
<TH ROWSPAN = 3 > A </TH>
<TH COLSPAN = 4> B </TH>
<TR>
<TH> C </TH>
<TH> D </TH>
<TH> E </TH>
<TH ROWSPAN = 2> G </TH>
</TR>
<TR>
<TH COLSPAN = 3> F </TH>
</TR>
</TR>
</table>
</body>
</html>

OUTPUT:

shaalaa.com
  Is there an error in this question or solution?
Chapter 11: HTML - Formatting text, Creating Tables, List and Links - Evaluation [Page 266]

APPEARS IN

Samacheer Kalvi Computer Applications [English] Class 11 TN Board
Chapter 11 HTML - Formatting text, Creating Tables, List and Links
Evaluation | Q 5. | Page 266
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×