- From: Jukka K. Korpela <jkorpela@cs.tut.fi>
- Date: Wed, 28 Jul 2004 12:58:27 +0300 (EEST)
- To: Michael Vogel <home@synapstix.de>
- Cc: www-validator@w3.org
On Wed, 28 Jul 2004, David Dorward wrote: > On 28 Jul 2004, at 09:51, Michael Vogel wrote: > > Why ist the <u> </u> tag not defined??? > > Because the markup language you are using doesn't include it. Yes, that's about all we can say as far as validation is concerned. More technically, the DTD specified does not include it. As the validator's error message explains, the Transitional DTD includes elements (such as <u>) that are not included into the Strict DTD. It's up to the author to decide which syntax he uses, and declare it. > > What Tag can i use in stead of? > > <strong>, <em>, <span>, etc Well, maybe. Or maybe just CSS, if you just want to underline the first character of a link. -- Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/
Received on Wednesday, 28 July 2004 05:58:52 UTC