Site icon Code Exercise

Starting HTML Web Page Design Full Code

HTML Web Page Full HTML Code Result

Tihs is code for html table full code. First practice for Html page Design.. Now go and we try to HTML Web Page…

HTML Web Page Full HTML Code for Practice

<html>
<head>
<title>html table code</title>

</head>

<body background="img/Yealink cp860 feture.jpg">
<center>
<p> Html Table,</p>

<table border=0 width=740px>
 <tr>
 <td height=120px bgcolor=#999999>1</td>
 <td colspan=2 bgcolor=#999999>ads</td>
 </tr>
 <tr>
 <td colspan=3>
 <table border=1>
 <tr>
 <td ><a href="/">Home</a></td>
 <td ><a href="/about-us.html" target="_blank">about Us</a></td>
 <td >News</td>
 <td >Service</td>
 <td >Product</td>
 <td >Contact Us</td>
 </tr>
 </table>
 </td>
 </tr>
 <tr>
 <td colspan=3>3</td>
 </tr>
 <tr>
 <td height=400px>4</td>
 <td>5</td>
 <td>6</td>
 </tr>
 <tr>
 <td colspan=3 bgcolor=#999999>@2016-2020</td>
 </tr>
</table>

<center>

</body>

</html>

html table code

 

 

 

HTML Web Page Full HTML Code Result:

Html Table,

1 ads
Home about Us News Service Product Contact Us
3
4 5 6
@2016-2020

 

 

If you face any problem feel free to Contact Us or discuss in below comments

Exit mobile version