आइए सीखते है कि पर कैसे Merge Cell करते हैं।
How to Merge Cell in Table Using HTML Tags?
<!doctype HTML>
<html>
<head>
<title>Table</title>
</head>
<body>
<table align="center" height="200px" width="400px" border="2px">
<caption>Merging rows and columns</caption>
<tr>
<th>A</th>
<th>B</th>
<th colspan="3">C</th>
</tr>
<tr>
<th rowspan="2">D</th>
<th>E</th>
<th>F</th>
<th colspan="2">G</th>
</tr>
<tr>
<th>H</th>
<th>I</th>
<th>J</th>
<th>K</th>
</tr>
<tr>
<th colspan="4">L</th>
<th>M</th>
</tr>
</table>
</body>
</html>
हमारे YouTube Channel में ये पूर्ण प्रोग्राम प्रैक्टिकल रूप में अपलोड है नीचे दी गई लिंक पर क्लिक करके आप डायरेक्टली हमारे यूट्यूब चैनल से हमारी Merge Cell in Table की वीडियो को देख सकते है।
PREVIOUS POST
NEXT POST
Join Us On Social Media
For Any Query @8604799387
No comments:
Post a Comment