![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
Could someone cite some offical rule |
|
..or documentation with regard to the <P tag? |
|
..I've seen folks put it in between paragraphs... |
|
..and others wrap it around a paragraph. |
|
..I'd think to use it effectively, it'd have to be wrapped, correct? |
#3
| |||
| |||
|
|
flyinabox (AT) sbcglobal (DOT) net> wrote in message news:UFvCb.2483$Ym5.2341 (AT) newssvr23 (DOT) news.prodigy.com... Could someone cite some offical rule Don't know about rule so much as a standard or guideline. ..or documentation with regard to the <P tag? Well, that would have to be.. http://www.w3.org/MarkUp/ ..I've seen folks put it in between paragraphs... That's idiotic (AFAIU). Some broswers would ingore the empty paragraph while others would add extra space - good if you are after a page that renders differently on every browser.. ..and others wrap it around a paragraph. The <p> tag is intended to contain 'a paragraph' so that would be appropriate. ..I'd think to use it effectively, it'd have to be wrapped, correct? That agrees with my understanding. Of course, I should point out that the <p tag is html, rather than css (i.e. stylesheets) -- Andrew Thompson * http://www.PhySci.org/ PhySci software suite * http://www.1point1C.org/ 1.1C - Superluminal! * http://www.AThompson.info/andrew/ personal site |
#4
| |||
| |||
|
|
flyinabox (AT) sbcglobal (DOT) net> wrote in message news:UFvCb.2483$Ym5.2341 (AT) newssvr23 (DOT) news.prodigy.com... Could someone cite some offical rule Don't know about rule so much as a standard or guideline. ..or documentation with regard to the <P tag? Well, that would have to be.. http://www.w3.org/MarkUp/ ..I've seen folks put it in between paragraphs... That's idiotic (AFAIU). |
|
..I'd think to use it effectively, it'd have to be wrapped, correct? |
#5
| |||
| |||
|
|
As I said, this isn't required for HTML, the browser will close it for you, though if you want to make sure _every_ browser understands it ..... |
#6
| |||
| |||
|
|
Could someone cite some offical rule or documentation with regard to the P> tag? I've seen folks put it in between paragraphs... and others wrap it around a paragraph. |
#7
| |||
| |||
|
|
If you are writing HTML that accurately describes a document, then all paragraphs must be marked up as a <p> element. |
#8
| |||
| |||
|
|
Could someone cite some offical rule or documentation with regard to the <P tag? I've seen folks put it in between paragraphs... and others wrap it around a paragraph. I'd think to use it effectively, it'd have to be wrapped, correct? |
#9
| |||
| |||
|
|
Thanks Andrew. And, sorry. I'd failed to point out that I was trying to understand the <p> tag in relation to using it with a CSS class or ID. [followed by the previous article] |
#10
| |||
| |||
|
|
And _only_ paragraphs. It is relatively common to use paragraph markup for short greetings, like <p>Welcome to Our Cool Site!!!</p>, which would better be marked up as <div>. |
![]() |
| Thread Tools | |
| Display Modes | |
| |