Ad Code

Responsive Advertisement

Create a table in html code using webpage display

 Hello guys html language is used to create table using html  code 

Example : a new product release in the market product information write in tabular format using html code 

<html><script type="text/css">

.function{

position: abst()

right:200px;

bottom:400px;

top:200px;

background-color:#DFDFDFD;

}

</script>

<body background="/storage/emulated/0/DCIM/100PINT/Pins/love.jpg.jpg">

<h1> product information</h1>

<table class="fuction">

<tr>

<td>

productid : </td><td>

<input type ="text" name="productid">

</td>

</tr>

<tr>

<td>

productname : </td><td>

<input type ="text" name="productname">

</td>

</tr>

<tr>

<td>

product price : </td><td>

<input type ="text" name="product price">

</td>

</tr>

<tr>

<td>

pdescription : </td><td>

<input type ="text" name="product description">

</td>

</tr>

<tr>

<td>

product : </td><td>

<select name="product">

<option value ="select">select </option>

<option value ="laptop">laptop </option>

<option value ="mobiles">mobiles </option>

</td>

</tr>

<tr>

<td>

<input type="submit" value="submit">

<input type="submit" value="cancel">

</td>

</tr>

</select>

</table>

</body>

</html>



The tabular format result  

Output display in web page 

We can show the webpage



Above html program code file u can download it 
Text file : click here

For more html posts plz comment 




Post a Comment

0 Comments

Close Menu