منتديات التطوير و الاشهار
 أشكال الجداول في الـHTML 15KrP
منتديات التطوير و الاشهار
 أشكال الجداول في الـHTML 15KrP
منتديات التطوير و الاشهار
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

منتديات التطوير و الاشهار

منتديات التطوير و الاشهار
 
الرئيسيةالرئيسية  البوابةالبوابة  أحدث الصورأحدث الصور  التسجيلالتسجيل  دخولدخول  

 

  أشكال الجداول في الـHTML

اذهب الى الأسفل 
4 مشترك
كاتب الموضوعرسالة
Admin
‎ادارة المنتـدي
‎ادارة المنتـدي
Admin


ذكر
الدولة : الجزائر
عدد المساهمات : 6059
نقاط نشاط : 8240
السٌّمعَة : 28
العمر : 27

 أشكال الجداول في الـHTML Empty
مُساهمةموضوع: أشكال الجداول في الـHTML    أشكال الجداول في الـHTML Emptyالأربعاء ديسمبر 05, 2012 6:24 pm

أشكال الجداول في الـHTML




بسم الله الرحمن الرحيم

أشكال الجداول:
لاختيار شكل الجدول .. نضيف اسم الشكل إلى خاصية frame إحدى خصائص وسم البداية، كما يوضح الكود التالي:
<table frame="الشكل ">
وإليك أشكال الجداول المتوفرة في الـHTML ومثال لكل نوع:
النتيجةالكود
<table frame="border"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="border">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
<table frame="box"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="box">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
<table frame="void"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="void">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
<table frame="above"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="above">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
<table frame="below"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="below">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
<table frame="hsides"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="hsides">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
<table frame="vsides"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="vsides">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
<table frame="lhs"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="lhs">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
<table frame="rhs"><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الأول</td></tr><tr><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الصف</td><td style="color: rgb(0, 100, 0); font-weight: bold; font-size: 16px; font-family: Helvetica,Arial;">الثاني</td></tr></table><table frame="rhs">
<tr>
<td>الصف</td>
<td>الأول</td>
</tr>
<tr>
<td> الصف</td>
<td>الثاني</td>
</tr>
</table>
تحياتي
الرجوع الى أعلى الصفحة اذهب الى الأسفل
http://www.ebda3pub.com
جزائري حر
‎عضو ‎نشـيط
‎عضو ‎نشـيط
جزائري حر


ذكر
عدد المساهمات : 949
نقاط نشاط : 1029
السٌّمعَة : 0
العمر : 28

 أشكال الجداول في الـHTML Empty
مُساهمةموضوع: رد: أشكال الجداول في الـHTML    أشكال الجداول في الـHTML Emptyالأحد ديسمبر 09, 2012 4:11 pm

موضوع في غاية الروعة و الجمال

تسلم ايديك واصل بهذا المجهود الرائع

تحياتي
الرجوع الى أعلى الصفحة اذهب الى الأسفل
الصقر
‎عضو ‎نشـيط
‎عضو ‎نشـيط
الصقر


ذكر
عدد المساهمات : 3730
نقاط نشاط : 4154
السٌّمعَة : 0
العمر : 33

 أشكال الجداول في الـHTML Empty
مُساهمةموضوع: رد: أشكال الجداول في الـHTML    أشكال الجداول في الـHTML Emptyالخميس يناير 03, 2013 6:18 am

موضوع في غاية التنظيم و التنسيق

شكرا لك على الموضوع الرائع و المتميز

لك الف عافية اخي الكريم

تقبل مروري

وشكرا

الرجوع الى أعلى الصفحة اذهب الى الأسفل
nader12
‎عضو ‎نشـيط
‎عضو ‎نشـيط
nader12


عدد المساهمات : 1822
نقاط نشاط : 4616
السٌّمعَة : 0

 أشكال الجداول في الـHTML Empty
مُساهمةموضوع: رد: أشكال الجداول في الـHTML    أشكال الجداول في الـHTML Emptyالثلاثاء يونيو 04, 2013 11:24 am

جزاك لله كل خيرا اخي و بانتظار ابداعك الجديد و تسلم اناملك المبدعة و الفنانة خيو
اخوكم نادر
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
أشكال الجداول في الـHTML
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتديات التطوير و الاشهار :: منتديات الكمبيوتر و الانترنت :: برمجة المواقع و المنتديات-
انتقل الى: