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, BrandonReceived on Thursday, 13 October 2005 14:13:08 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:29 GMT