|
ParagraphsYou can start a new paragraph by using the <p> tag. You can close the paragraph tag with </p> but it works even if you don't close it. So everytime you want to start a new paragraph, you just use the <p> tag. But, it is more proper that you do close it though. As an example I will now use <p> as you can see, it skipped a line and a new paragraph has begun. Now I want to close it and I will use </p>
<p>
</p> |