Advertisements
Advertisements
प्रश्न
Write HTML code to produce the following table:
| A | B |
| C |
संक्षेप में उत्तर
Advertisements
उत्तर
HTML CODE:
<html>
<head>
<title> Table with Attribute </title>
</head>
<body>
<table cellspacing=1 cell padding=1
border=10 bordercolor=blue align=center
bgcolor=yello width = 50%>
<TR>
<TH ROWSPAN = 2 > A </TH>
<TH>B</TH>
<TR>
<TH> C </TH>
</TR>
</TR>
</table>
</body>
</html>shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
