Html Paragraph in Hindi - Html Paragraph

Html Paragraph in hindi 

HTML <br> Tag in Hindi - Break Line Html Tag



Html paragraph hamesha new line sa start karte hai or broswer khud he automatically isme aage pecha text ke white space add karta hai.


paragraph always starts on a new line, and browsers automatically add some white space (a margin) before and after a paragraph.

 

Example:

 

<!DOCTYPE html>

<html>

<body>

 

<p>My name is Rakshak.</p>

<p>This is my book.</p>

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

 

</body>

</html>

 

 

Output:

 

My name is Rakshak.

This is my book.

This is a box.

 

Space in <p> Paragraphs:


Display or output mein broswer automatically space equally add karta hai app agar code mein extra spaces bhi deta ho to ussa koi effect nahi padega iss par kyuki jab app code display par show hoga to broswer khud he isko space remove karta hai.

 

Example:


<!DOCTYPE html>

<html>

<body>

 

<p>

This paragraph

contains a lot of lines

in the source code,

but the browser

ignores it.

</p>

 

<p>

This paragraph

contains      a lot of spaces

in the source     code,

but the    browser

ignores it.

</p>

 

</body>

</html>

 

 

Output:


This paragraph contains a lot of lines in the source code, but the browser ignores it.

This paragraph contains a lot of spaces in the source code, but the browser ignores it.

 

New Line in Paragraphs:


App jab bhi paragraph mein code likoge to usme app jitni next lines ka use karoge ussa bhi display par koi effect nahi padega kyuki broswer khud he isko ek line mein layega but fir bhi agar app kuch next line mein lana chatte honge to hum <br> tag ka use kar sakte hai usske liya jo mena apko previous post mein samjaya tha.


Example:

 

<p>This is the first paragraph of text.
  This is the first paragraph of text.
  This is the first paragraph of text.
  This is the first paragraph of text.
</p>
<p>This is the second paragraph.
  This is the second paragraph.
  This is the second paragraph.
  This is the second paragraph.
</p>

 

Output:

 

This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text. This is the first paragraph of text.

This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph.

 


Please do not enter any spam link in the comment box.

إرسال تعليق (0)
أحدث أقدم