How to create paragraph in html?

Use following code for creating paragraph in html


<div style="text-indent: 20px;">This uses the 'div' element in conjunction with the 'style' attribute to create a paragraph style similar to printed text paragraphing. The first line of text in this generic division is indented by a space of 20 pixels.</div>
<div style="text-indent: 20px;">Here is the second generic division. The flow of text breaks to the next line and the first line of text is also indented by a space of 20 pixels.</div>

Most Popular

Connect to Amazon EC2 instance using Filezilla and SFTP

Pan Card Validation Using Javascript

Customize wordpress register form wp_register()