New Paragraph Html tag
This article will teach you have to start a new paragraph with HTML. It is very easy and simple.
Like any tag you start in Html you need to open a new paragraph with <p> that is the tag for a new paragraph. When you are done with your paragraph, to close it, you will use this tag: </p> it is fairly easy and simple.
So, an example would be:
<p>A New paragraph goes here…and so on… test… test…. now I will close the paragraph….</p>
which will appear like this:
A New paragraph goes here…and so on… test… test…. now I will close the paragraph….
I hope this was helpful! Feed back appriciated.