Problems:
Write down the HTML code to design the following table:
Source Code:
<html>
<head>
<title>Create a table</title>
</head>
<head>
<title>Create a table</title>
</head>
<body>
<table border="1" width="50%">
<tr>
<th rowspan="">Home</th>
<th>Department</th>
<th>Contact</th>
</tr>
<tr>
<td rowspan="2"></td>
<td>CSE</td>
<td rowspan="2"></td>
</tr>
<tr>
<td>BBA</td>
</tr>
</table>
</body>
</body>
</html>
Screenshots of Source Code(Sublime Text):
Screenshot of Output(Browser):
💬আরো পড়ুন এবং জানুন💬
- How to create a table using html and data presented in a tabular form
- How To Create A Simple Website Using HTML And CSS
- Create a password field in HTML form
- Basic Forms | HTML Input
- PHP Calculating GPA
- Write the php code to calculate the display GPA in the web browser
- How to Insert Data Into MySQL Database Table & Retrieving data form database Using PHP
- How to Insert and retrieving data from MySQL database using Program
- Creating a new database & Table in mysql Databases
- How to create a table using html
- calculate the sum of two integers by inputting them through the keyboard.
- How To Make Drop Down Menu Using HTML And CSS
- Install and configure network devices: HUB, Switch and Router.
Post a Comment