Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

xhtml improvement idea

From: Brandon Kent <brandons@tobiasgroup.com>
Date: Thu, 13 Oct 2005 05:10:05 +0000
To: <www-html@w3.org>
Message-ID: <TGPOPGzcHQAqAMZw7fh00007d5e@tgpop.tobiasgroup.com>




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 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.