rundellt2000
05-23-2003, 12:39 PM
I use the <p> tag to space out my paragraphs, but do I need to end it after each pargraph? It still gets the spacing right.
|
View Full Version : <P> Tags rundellt2000 05-23-2003, 12:39 PM I use the <p> tag to space out my paragraphs, but do I need to end it after each pargraph? It still gets the spacing right. Cherchezlafemme 05-23-2003, 12:50 PM no, but if you have stuff other than those paragraphs under it you might want to end it. Arc Angel 05-23-2003, 04:39 PM Although you probably should anyways. Because it will help you get in the habit of using closing tags so when you come across a tag the does need a closing tag you will use it. :) pb&j 05-24-2003, 02:14 AM <p> it is good programming practice to use closing tags. </p> |