Gallery

[All Post][slideshow]

Search This Blog

Powered by Blogger.

Blog Archive

How to Create HTML Tables

Problems:
Write down the HTML code to design the following table:


How to Create HTML Tables


Source Code:


<!DOCTYPE html>
<html>
<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>
</html>


Screenshots of Source Code(Sublime Text):


How to Create HTML Tables
How to Create HTML Tables


Screenshot of Output(Browser):

How to Create HTML Tables

💬আরো পড়ুন এবং জানুন💬


No comments:

Biography

[Biography][grids]

All Song Lyrics

[All Song Lyrics][stack]