About Lesson
Paragraph:-
Paragraph Tag का Use Webpage में पैराग्राफ लिखने के लिए किया जाता हैं। Paragraph हमेशा New Line से शुरू होता हैं, और Paragraph लिखने के लिए<p> Tag का Use किया जाता हैं।<p> Tag एक block Element हैं ये Device कीपूरी Width को Cover करता हैं
<p> ………………………. </p>
Note : –
- पैराग्राफ में लाइन की संख्या वेब ब्राउजर विंडो के आकार पर निर्भर करती है।
- यदि हम ब्राउज़र विंडो का size बदलते हैं, तो इस paragraph में lines की संख्या बदल जाएगी।
- Align attribute specifies how text written within paragraph tag should be aligned left, right, center or justify.
Paragraph:-
The <p> tag is used to create new paragraph on web page. It has a closing tag </p> which is optional because a paragraph automatically ends when we start another paragraph.
<p> ………………………. </p>
Note : –
- Number of line in a paragraph depends on the size of web browser window.
- If we resize the browser window, the number of lines in this paragraph will change.
- Align attribute specifies how text written within paragraph tag should be aligned left, right, center or justif.