Paragraphs are very important in HTML Documents,we divided our contents into paragraphs and without paragraph our content is not looking beautiful that's why it plays an important role in pages content.
HTML Paragraph are denoted by <p> Open tag and </p> closing tag.And we also read, when we write the paragraph tags, the browser automatically put line breaks between the lines.Now see with the example
Example:
Your Result:
Don't Forget the end tags
When we write the paragraph tags without the ending tags mostly browser show the result correctly but we don't rely on it because may be after sometime some errors are display, that's why don't forget the ending tags ,but future version did not allow you to forget the end tags.Here is the example Google chrome automatically set the error but don't forget the end tags.
Example:
and here is the your result in Google Chrome web browser,it sets the problem automatically but all browser are not working like this.Now see the results,
Your results:
Here is also the same result,it means Google Chrome set the problem automatically,
that's all if you have any problem about any tutorials please happily Contact Us.
HTML Paragraph are denoted by <p> Open tag and </p> closing tag.And we also read, when we write the paragraph tags, the browser automatically put line breaks between the lines.Now see with the example
Example:
<p>I am Paragraph 1</p> <p>I am Paragraph 2</p> <p>I am Paragraph 3</p> <p>I am Paragraph 4</p>Now here is the result in the browser,now see
Your Result:
Don't Forget the end tags
When we write the paragraph tags without the ending tags mostly browser show the result correctly but we don't rely on it because may be after sometime some errors are display, that's why don't forget the ending tags ,but future version did not allow you to forget the end tags.Here is the example Google chrome automatically set the error but don't forget the end tags.
Example:
<p>I am Paragraph 1 <p>I am Paragraph 2 <p>I am Paragraph 3 <p>I am Paragraph 4
and here is the your result in Google Chrome web browser,it sets the problem automatically but all browser are not working like this.Now see the results,
Your results:
Here is also the same result,it means Google Chrome set the problem automatically,
that's all if you have any problem about any tutorials please happily Contact Us.
No comments:
Post a Comment