HTML Paragraphs

HTML5 Paragraphs The HTML <p> element defines a paragraph.

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

Example:
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

Sample output:-

This is a paragraph.

This is another paragraph.

Comments

Popular posts from this blog

Parallel Database design, query processing

Laravel | PHP | Basics | Part 2

Apache Hadoop | Running MapReduce Jobs