0% found this document useful (0 votes)
17 views4 pages

HTML Table Examples Solution

The document contains various HTML tables displaying educational information, including subjects in Science, Commerce, and Humanities, along with student statistics and results. It includes demographic data on age and gender distribution, as well as student performance metrics like GPA. Additionally, it features student contact information and images.

Uploaded by

redwanur1995
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views4 pages

HTML Table Examples Solution

The document contains various HTML tables displaying educational information, including subjects in Science, Commerce, and Humanities, along with student statistics and results. It includes demographic data on age and gender distribution, as well as student performance metrics like GPA. Additionally, it features student contact information and images.

Uploaded by

redwanur1995
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

<!

DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<table border="1" cellspacing="0">
<tr>
<th>Science</th>
<th>Commerce</th>
<th>Humanities</th>
</tr>
<tr>
<td>
<ol type="A">
<li>Physics</li>
<li>Chemistry</li>
<li>Math</li>
<li>Biology</li>
</ol>
</td>
<td>
<ul>
<li>Accounting</li>
<li>Management</li>
<li>Finance</li>
<li>Statistic</li>
</ul>
</td>
<td>
<ol type="I">
<li>History</li>
<li>Islamic History</li>
<li>Home Science</li>
<li>Economics</li>
</ol>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE html> <tr>
<html> <td>16-25</td>
<head> <td>83</td>
<title>Page Title</title> <td>26%</td>
</head> <td>11</td>
<body> <td>3%</td>
<table border="1" cellspacing="0"> </tr>
<tr> <tr>
<th rowspan="2">AGE</th> <td>26-35</td>
<th colspan="2">MEN</th> <td>147</td>
<th colspan="2">WOMEN</th> <td>46%</td>
<th>WEB ADDRESS</th> <td>109</td>
</tr> <td>34%</td>
<tr> </tr>
<th>NO</th> <tr>
<th>%</th> <td>36-45</td>
<th>NO</th> <td>69</td>
<th>%</th> <td>21%</td>
<td rowspan="4" valign="top"> <td>26</td>
<a href="http://www.bbs.gov.bd"> <td>40%</td>
www.bbs.gov.bd</a> </tr>
</tr> </table>
</body>
</html>
<!DOCTYPE html> <tr>
<html> <th>ID</th>
<head> <th>Result</th>
<title>Page Title</title> <th>Contact</th>
</head> </tr>
<body> <tr>
<table border="1" cellspacing="0"> <td>101</td>
<tr> <td>A+</td>
<th colspan="3">Student Information</th> <td>01724351470</td>
<td rowspan="3"><img src="image.jpg" </tr>
width="50" height= "60"></td> </table>
</tr> </body>
</html>

<!DOCTYPE html> <td rowspan="3">Bangla</td>


<html> <td rowspan="3">English</td>
<head> <td rowspan="3">ICT</td>
<title>Page Title</title> <td> Physics</td>
</head> </tr>
<body> <tr>
<table border="1" cellspacing="0"> <td>Math</td>
<tr> </tr>
<th>Student Name</th> <tr>
<th colspan="3">Compulsory</th> <td>Biology</td>
<th>Optional</th> </tr>
</tr> </table>
<tr> </body>
<td rowspan="3">Harry Potter</td> </html>
<!DOCTYPE html> <td>Girls=100</td>
<html> <td>Girls=250</td>
<head> </tr>
<title>Page Title</title> <tr>
</head> <td>Girls=400</td>
<body> <td>Girls=100</td>
<table border="1" cellspacing="0"> <td>Girls=250</td>
<tr> </tr>
<th>Science</th> <tr>
<th>Humanities</th> <td colspan="3" align="center">Total
<th>Business</th> students=1850</td>
</tr> </tr>
<tr> </table>
<td>Girls=400</td> </body>
</html>

<!DOCTYPE html> <tr>


<html> <td rowspan="2">Atik</td>
<head> <td>SSC</td>
<title>Page Title</title> <td>5.00</td>
</head> <td rowspan="2">
<body> <img src="atik.png" width="100" height="120">
<table border="1"> </tr>
<tr> <tr>
<th>Name</th> <td>HSC</td>
<th>Exam</th> <td>4.90</td>
<th>GPA</th> </tr>
<th>Photo</th> </table>
</tr> </body>
</html>

You might also like