How to make paragraph in html

In book some paragraph is written for some specific topic.Now is the question how we do in html.
Paragraph like 

This is the paragraph from a book we make it in our webpage.Simply copy the paragraph from book or write by self.
After write the paragraph in html editor of webpage save it and see the result is like 
In the paragraph here is 1 heading and 3 paragraph. so we make heading by used h1 tag
After used h1 tag the result show like
Now we make the heading of webpage but the paragraph is left. For making paragraph used <p> </p> tag . The lines that in between the <p>(start tag) and </p>(end tag) become the paragraph on webpage.

After put paragraph tag in editor the result is
The paragraph used for making html here is 3 paragraphs but result shows the 1 paragraph. Now used 3 or 2 paragraph in editor.

2 tag used in html then 3 paragraph automatically generated.
now the result look like same that pick from book.



                       

Post a Comment

Post a Comment (0)

Previous Post Next Post

Search This Blog