HTML Basic Tags Examples
صفحة 1 من اصل 1
HTML Basic Tags Examples
اول شي مشان نعمل نص كتابة عادي 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>
بنستعمل الامر
<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>
مواضيع مماثلة
» 18درس في لغة html
» مبادء ال html
» html الرس الاول في تعلم اساسياته
» موقع في شرح مفصل لل html الشرح باللغه العربية
» مبادء ال html
» html الرس الاول في تعلم اساسياته
» موقع في شرح مفصل لل html الشرح باللغه العربية
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى