Your Ad Here

Paragraphs

Do you want your paragraphs to stick right under each other? Want your paragraphs to have more spaces between them? Do you want to break a paragraph at a certain point in your webpage but do not know how? Well you’re in luck! To play with the spacing of paragraphs you just need to change the margin and paddings in your css or inline style. However, to make a paragraph jump to the next line in your web page you need to add a <br /> in your code. An example of this would be:

<p> Example of a line <br /> break.</p>

This would turn out to look like

Example of a line
break.

If you have a certain width that you want your paragraphs to always be you can place the paragraphs into a div. Once you place them in a div, style the div to have a specified width. This will make your paragraph jump down to the next line whenever it has to exceed that width. Do not use paragraphs to create empty lines in your HTML. You should always use the <br /> tag to add blank lines in your webpage

VN:F [1.6.4_902]
Rating: 0.0/5 (0 votes cast)
VN:F [1.6.4_902]
Rating: 0 (from 0 votes)




Leave a Reply