AL-NAJAH-IT
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

HTML Basic Tags Examples

اذهب الى الأسفل

HTML Basic Tags Examples Empty HTML Basic Tags Examples

مُساهمة من طرف kery الثلاثاء مايو 13, 2008 4:22 am

اول شي مشان نعمل نص كتابة عادي A very simple HTML document
بنستعمل الامر

<html>دائما ببداية كتابة صفحة ويب باستخدام هذه اللغة
<body>توضع قبل كتابة النص المراد
The content of the body element is displayed in your browser.////هذا هو النص الذي سيظهر
</body>عند الانتهاء من كتابة النص
</html>
لانهاء الصفحة

--------
--------------------------------------------------------------------<html>
How text inside paragraphs is displayed
لعمل فقرات

<body>

<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

<p>Paragraph elements are defined by the p tag.</p>

</body>
</html>

-----------------------------------------------------------------------------------

The use of line breaks
لعمل سطر جديد في فقرة بحيث يصبح شكله كالاتي
To break
lines
in a
paragraph,
use the br tag

نستعمل الامر br لنبدا سطر جديد اي كلمة تيجي بعده بتصير سطر جديد
الكود:
<html>
<body>

<p>
To break<br>lines<br>in a<br>paragraph,<br>use the br tag.
</p>

</body>
</html>

----------------------------------------------------------------------
لعمل عناوين

This is heading 1

This is heading2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
Use heading tags only for headings. Don't use them just to make something bold. Use other tags for that.

<html>
<body>

<h1>This is heading 1</h1>// بكون بخط كبير وكل جملة بعيدة بتصغر كانو عنوان كبير وعناوين فرعية
<h2>This is heading 2</h2>-
-هاد الرمز يعني عملنا عنوان ولما يتغير الرقم اللي جمبو يعني عنوان فرعي يعني h1 اساسي واقل منه h2
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
p>Use heading tags only for headings. Don't use them just to make
something bold. Use other tags for that.</p>

</body>
</html>
---------------------------------------------------------------
لعمل خلفية ملونة لصفحة الويب المرادا نشائها نستعمل الكود:
<html>
<body bgcolor="yellow"> مكان كلمة yellow بنحط اللون اللي بدنا اياه
<h2>Look: Colored Background!</h2> هون كتابة عادي بشكل عنوانh2>
</body>
</html>
kery
kery
Admin
Admin

انثى
عدد الرسائل : 265
العمر : 34
العمل/الترفيه : student
المزاج : Happy
تاريخ التسجيل : 13/05/2008

https://al-najah-it.yoo7.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى