الأحد، 9 مارس 2014
2:37 م

الدرس السابع في HTML : الجداول

<html dir="rtl">

<meta charset="UTF-8" />

<head> <title> test html </title> </head>

<body>
<table border="1" align="center" width="900">

<tr>  //table row //
<td colspan="2"> <center> <b>information about website</b> </center> </td>  //table data//
</tr>

<tr>
<td> <b>اسم الموقع</b> </td>
<td> ahmed techno </td>
</tr>


<tr>
<td> <b>رابط الموقع</b> </td>
<td> <a href="http://ahmedtechno.blogspot.com/"> www.ahmedtechno.blogspot.com</a> </td>
</tr>

<center>
<b> مرحبا بكم في مدونة احمد تكنو </b>
</center>


</table>
</body>
</html>

out put:-

0 التعليقات:

إرسال تعليق