SaxoMT4


Oil Of Asia iOption

Advertise here
  • Amused
  • Angry
  • Annoyed
  • Awesome
  • Bemused
  • Cocky
  • Cool
  • Crazy
  • Crying
  • Depressed
  • Down
  • Drunk
  • Embarrased
  • Enraged
  • Friendly
  • Geeky
  • Godly
  • Happy
  • Hateful
  • Hungry
  • Innocent
  • Meh
  • Piratey
  • Poorly
  • Sad
  • Secret
  • Shy
  • Sneaky
  • Tired
  • Wtf
  • Results 1 to 6 of 6
    1. #1
      nirdesh is offline 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>

    2. # ADS
      Advertise here Circuit advertisement
      Join Date
      My Birthday
      Posts
      Million and counting
       
    3. #2
      challs12 is offline 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.

    4. #3
      o1bhusal is offline 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.

    5. #4
      niva is offline MTV Regular
      is back to MTV
       
      I am:
      Cool
       
      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.

    6. #5
      benmoriz is offline Banned
      is who wander are lost!!!
       
      I am:
      Amused
       
      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 .

    7. #6
      njtboy is offline 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)

    Tags for this Thread

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •