Results 1 to 6 of 6
Thread: Bringing CSS and XHTML Together
-
05-18-2012, 08:17 AM #1
MTV Newbie
This user has no status.I am:----
- Join Date
- May 2012
- Posts
- 17
- MTV$
- 31
Bringing CSS and XHTML Together
I've mentioned that HTML and XHTML documents have an inherent structure, and that's a point worth repeating. In fact, that's part of the problem with web pages of old: too many of us forgot that documents are supposed to have an internal structure, which is altogether different than a visual structure. In our rush to create the coolest-looking pages on the Web, we bent, warped, and generally ignored the idea that pages should contain information with some structural meaning.
That structure is an inherent part of the relationship between XHTML and CSS; without the structure, there couldn't be a relationship at all. To understand it better, let's look at an example XHTML document and break it down by pieces:
<html>
<head>
<title>Eric's World of Waffles</title>
<link rel="stylesheet" type="text/css" href="sheet1.css" media="all" />
<style type="text/css">
@import url(sheet2.css);
h1 {color: maroon;}
body {background: yellow;}
/* These are my styles! Yay! */
</style>
</head>
<body>
<h1>Waffles!</h1>
<p style="color: gray;">The most wonderful of all breakfast foods is
the wafflea ridged and cratered slab of home-cooked, fluffy goodness
that makes every child's heart soar with joy. And they're so easy to make!
Just a simple waffle-maker and some batter, and you're ready for a morning
of aromatic ecstasy!
</p>
</body>
</html>
-
05-18-2012 08:17 AM # ADSAdvertise here Circuit advertisement
- Join Date
- My Birthday
- Posts
- Million and counting
-
09-01-2012, 11:27 PM #2
MTV Regular
This user has no status.I am:----
- Join Date
- Aug 2012
- Posts
- 908
- MTV$
- 107
Re: Bringing CSS and XHTML Together
I just understand about HTML. You brought good point about joining few language and program together. I aware that in one website, we have to use few programming language in one page like HTML, flash, java, etc. Do all these language can be combine together easily using web builder? Or do we have to write them separately then only we copy paste in one page in web builder? Is there any limitation on certain language? I'm beginner in programming language, just finished couple topics in HTML and python. Thanks.
-
09-02-2012, 04:54 PM #3
Banned
This user has no status.I am:----
- Join Date
- Aug 2012
- Posts
- 338
- MTV$
- 829
Re: Bringing CSS and XHTML Together
Yes you have brought wonderful deals that about the CSS and HTML together,It will be very fame If you really bringing this,It may be widely popular in coming feature as i can learn.
-
09-09-2012, 02:07 PM #4
MTV Regular
is back to MTVI am:
- Join Date
- Aug 2012
- Location
- kathmandu, nepal
- Posts
- 281
- MTV$
- 283
Re: Bringing CSS and XHTML Together
owo very cool tips on Bringing CSS and XHTML Together , This is really helpful for Bringing CSS and XHTML Together while doing work in dreamweaver . this makes us doing our web page making work easier and faster . Thank you for the post . keep it up.
-
09-10-2012, 06:25 AM #5
Banned
is who wander are lost!!!I am:
- Join Date
- Sep 2012
- Posts
- 1,704
- MTV$
- 5,031
Re: Bringing CSS and XHTML Together
owo very cool tips on Bringing CSS and XHTML Together , This is really helpful for Bringing CSS and XHTML Together while doing work in dreamweaver . this makes us doing our web page making work easier and faster . Thank you for the post .
-
09-14-2012, 01:40 AM #6
Banned
This user has no status.I am:----
- Join Date
- Sep 2012
- Posts
- 1,129
- MTV$
- 3,336
Re: Bringing CSS and XHTML Together
I've mentioned that HTML and XHTML documents have an inherent structure, and that's a point worth repeating. In fact, that's part of the problem with web pages of old: too many of us forgot that documents are supposed to have an internal structure, which is altogether different than a visual structure. In our rush to create the coolest-looking pages on the Web, we bent, warped, and generally ignored the idea that pages should contain information with some structural meaning.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)































Reply With Quote



Bookmarks