[oclug] html tools
Jon Earle
je_linux at kronos.honk.org
Sun Aug 25 21:25:45 EDT 2002
On Sun, 25 Aug 2002, Michael P. Soulier wrote:
> On 25/08/02 Brad Barnett did speaketh:
>
> > That's just annoying ;) They certainly could have picked upper case.
>
> I prefer it personally. Lower case is easier to type.
>
> I can't wait for HTML to be gone and XHTML to be in its place. No longer
> will lazy web designers be able to open tags and not close them. I just know
> that's going to screw up so many people.
As long as they remove some of the less useful closing tags - </p> is not
of much use, IMHO. It's cleaner, I think, to code:
<p>
This is a paragraph.
<p>
This is another paragraph.
<p>
And yet one more.
<br>
than to litter your page with </p>'s that just seem redundant. To be, <p>
is like <br> with a kick.
Most other tags though, I agree with your point.
Cheers!
Jon
More information about the OCLUG
mailing list