lets start with this example its a Random example and very simple one :
<html>
<head>
</head>
<body>
<table width="100%" border="1">
<tr>
<td width="25%">
<h1> Welcome to my Blog</h1>
</td>
<td width="50%">
this will make our page divided into 3 parts the biggest one is in the middle as you can see its table which has 1 row and this row has 3 columns there's three <td> tags and one <tr> tag
</td>
<td width="25%">
<ol>
<li>
<a href="google.com">Google it</a>
</li>
<li>
<a href="facebook.com/baseldex">My profile page on Facebook</a>
</li>
</ol>
<td>
</tr>
</html>
No comments:
Post a Comment