Gallery

[All Post][slideshow]

Search This Blog

Powered by Blogger.

Blog Archive

How to create a table using html

Questions:
Explain the way using HTML Code in which data can be presented in a tabular form as given below: NU-2016


How to create a table using html


Source Code:


<!DOCTYPE html>
<html>
<head>
<title></title>
</head>

<body>
<table border="1" width="400px">

<tr>
<th>Home</th>
<th>Food Menu</th>
<th>Price</th>
</tr>

<tr>
<td>KFC</td>

<td>
<p>Pizza</p>
<p>Biriyani</p>
</td>

<td>
<p>300Tk</p>
<p>200Tk</p>
</td>

</tr>
</table>

</body>
</html>


Screenshots of Source Code(Sublime Text):


How to create a table using html
How to create a table using html


Screenshots of Output(Browser):


How to create a table using html


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


No comments:

Biography

[Biography][grids]

All Song Lyrics

[All Song Lyrics][stack]