paragraph on html الفقرات فى لغة html - مدرسة الويب web school

أعلان الهيدر

الرئيسية paragraph on html الفقرات فى لغة html

paragraph on html الفقرات فى لغة html

وسم الفقرة   <p> فى لغة html

قبل الشروع فى شرح وسم الفقرات يجب أن نوضح الآتى:-
ان اصغر وحدة هى الحرف
وكل مجموعة أحرف تكون كلمة
 والمسافة تكون بين كل كلمة وأخرى
وعندما تعطى الكلمات معنى تاما فهذه جملة ونضع نقطة عند انتهاء الجملة.
 وكل مجموعة جمل متصلة تكون فقرة. ونفصل بين كل فقرة واخرى أى برنامج  كتابة بأمر enter من لوحة المفاتيح
ونلاحظ انه تلقائيا يتم وضع مسافة بين الفقرات وبعضها أكبر  من المسافة بين الأسطر الموجودة فى نفس الفقرة.

وفى لغة html يتم وضع الوسم <p> لتوضع بداخله فقرة ويتم اغلاق الوسم بوسم اغلاق الفقرة <p/>

<!DOCTYPE html>
<html>
    <head>
        <title>
            main page
        </title>
    </head>
<body>

    <h1>web design</h1>
    <p> 
        The heart of this design philosophy is the notion that content         and structure must be kept separate from presentation. When this         is true, the content and structure of a web page can be delivered         to all sorts of web-enabled devices, not confined by browser,         operating system, screen size, or type of device. The same content         can be presented in different ways for these different devices         and configurations, but it's still the same content.
    </p>
    <p> 
        The heart of this design philosophy is the notion that content             and structure must be kept separate from presentation. When            this is true, the content and structure of a web page can be             delivered to all sorts of web-enabled devices, not confined by             browser, operating system, screen size, or type of device. The             same content can be presented in different ways for these                 different devices and configurations, but it's still the same content.
        </p>
    </body>
</html>
فتظهر نتيجة الكود السابق على المتصفح كما فى الشكل التالي:-
وسم الفقرة,<p>,html,html 5,paragraph

ليست هناك تعليقات:

إرسال تعليق

شائع هذا الأسبوع

يتم التشغيل بواسطة Blogger.

تم الكشف عن مانع الإعلانات

الإعلانات تساعدنا في تمويل موقعنا، فالمرجو تعطيل مانع الإعلانات وساعدنا في تقديم محتوى حصري لك. شكرًا لك على الدعم ❤️