lets start with our lesson today:
<html>
<head>
<link rel="shortcut icon" href="myicon.ico"> */ as we said before its used to put an icon
<title>My page</title> */ this for out web page title
</head>
<body>
<table>
<tr> */this is very important each table has rows and columns the <tr> tag is used to declare a row which has number of columns
<td> */ this tag is used to initialize a columns into our row we can use as much as we want but its wrong to put a row inside a row
</td>
</tr>
<table>
</body>
</html>
Note:"you can declare a new table in one of the columns it works fine but rememeber if you want your objects to be in the place where you want you should put between the <td> tags thats very important .
No comments:
Post a Comment