Tuesday, December 21, 2010

HTML

Assalamualaikum....
 HYE,welcome to my new worlds of blogss!!

HTML is hypertext markup languages...to gude all of u about HTML here are a link that can give u a great guidance through ur journey in how to use HTML....
www.w3schools.com/


There are a lot of eample in using HTML...They are such as 

<html>
<body>

<p>
Each table starts with a table tag.
Each table row starts with a tr tag.
Each table data starts with a td tag.
</p>

<h4>One column:</h4>
<table border="1">
<tr>
  <td>100</td>
</tr>
</table>

<h4>One row and three columns:</h4>
<table border="1">
<tr>
  <td>100</td>
  <td>200</td>
  <td>300</td>
</tr>
</table>

<h4>Two rows and three columns:</h4>
<table border="1">
<tr>
  <td>100</td>
  <td>200</td>
  <td>300</td>
</tr>
<tr>
  <td>400</td>
  <td>500</td>
  <td>600</td>
</tr>
</table>

</body>
</html>

---this coding is the example on how to do a table by using HTML...





!IIUM KUANTAN !:

kos kop kom kod
260 130 100
87




sOOOo...have u try it?? if not u can do it now..i hope those info will help u much better in using HTML...Therefore i think i will stop in writing about HTML now,for more information u can contacts me at fb,this is my email ishidaz_91@yahoo.com...

Well, that's all...

Wassalamualaikumwarahmatullah!!!

3 comments: