- From: Brandon Kent <brandons@tobiasgroup.com>
- Date: Thu, 13 Oct 2005 05:10:05 +0000
- To: <www-html@w3.org>
I have an idea to improve xhtml. I think there should only be one text tag; this would support a more css centric design. For instance instead of having <h1>, <h2>, <p>, etc. there would only be one, maybe <t> (or we could just keep it <p> but I think <t> would be more descriptive. For example some of my xhtml documents look like this: <html> <head> <title>Title</title> <link href="Style Sheet.css" rel="stylesheet"/> </head> <body> <p class="1">Header</p> <p>some text <br/>some more text</p> <p>yet more text <br/>this is the last bit of text</p> </body> </html> Thanks, Brandon
Received on Thursday, 13 October 2005 14:13:08 UTC