Questions:
Explain the way using HTML Code in which data can be presented in a tabular form as given below: NU-2016
Source Code:
<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>
💬আরো পড়ুন এবং জানুন💬
- 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