HTML - Chapter 3

STEP - 3
Today i am my Updating previous step of HTML by adding a table of "copyright and developed by".
for this you have to put a new table at the end of second step like :


<html>
         <head>
<title> starting of website </title>
</head>
           <body>
<h1> first personal page </h1>

<!-- now you have to make table for home, about, contact pages -->
<table width="900" border="1">  <!-- you can choose width and border according to you -->
<!-- now you have to make a row and column for Page Title --!
<tr> <!-- <tr> is for row and <td> is for column -->
    <td> Home </td>
<td> Contact us </td>
     <td> About us </td>
</tr>
</table>
<table width="900" height="450" border="1">  <!-- you can choose width, height and border according to you --!
          <tr>
<td> <p> this is your starting of first web page </p> </td>
</tr>
      </table>
<table width="900" border="1">  <!-- you can choose width and border according to you -->
("<!-- comment -->" this sign is for html single line comment )
<tr>
     <td> &copy 2012 </td>
<td> developed by </td> <!-- you can put any name after developed by -->
     </tr>
</table>
</body>
</html>

2 comments

Funny that I have been searching for this for a while now and thank God I've found this.

Reply

We always be there to help u and if u need more help related to html and any other language just leave us a comment THANKU.
@Garvis Mayne :)

Reply

Post a Comment

Blog Directory Blog search directory