Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: w3schools.com

  1. #1
    Senior Member bigdave's Avatar
    Join Date
    Oct 2009
    Location
    York
    Posts
    847
    Thanks
    2
    Thanked 12 Times in 6 Posts

    w3schools.com

    I've been reading through the HTML stuff on the w3schools website and it makes HTML seem really simple but some of the information has baffled me. There are sections that start by saying You shouldn't use tables... here's how make tables. or You shouldn't use style attributes... Here's how to define a font with a style attribute... Why oh why do they insist on including tutorials and instructions on how NOT to work? I know I can't expect a single document to include all the information on writing code but surely sticking to the point would be far more beneficial than wondering off into teaching people how to do what they shouldn't be doing and then telling them they shouldn't be doing it.
    www.bleedink.co.uk York based web, design and print

  2. #2
    djb
    djb is offline
    Senior Member djb's Avatar
    Join Date
    Apr 2010
    Location
    Farnham, Surrey
    Posts
    347
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Tables and fonts with style attributes still have their place in HTML emails though don’t they?

    I guess they just need to cover all the bases.

  3. #3
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Quote Originally Posted by djb View Post
    Tables and fonts with style attributes still have their place in HTML emails though don’t they?
    Absolutely. And of course don't forget that the message is 'don't use tables for layout'. If you have some tabular data then use a table.

    I find this resource far better than w3schools anyway; HTML and CSS Tutorials, References, and Articles | HTML Dog

  4. #4
    Senior Member bigdave's Avatar
    Join Date
    Oct 2009
    Location
    York
    Posts
    847
    Thanks
    2
    Thanked 12 Times in 6 Posts
    Ive got the HTML Dog book at home (its currently on the radiator after my 3 year old spilled ribeana on it), I was looking more for something to pass a couple of hours at work this aft.
    www.bleedink.co.uk York based web, design and print

  5. #5
    Senior Member ARRIVALS's Avatar
    Join Date
    Sep 2011
    Posts
    938
    Thanks
    0
    Thanked 24 Times in 21 Posts
    Whats the difference between HTML and CSS?
    Arrivals™ - Graphic Design & Brand Development | Twitter

  6. #6
    djb
    djb is offline
    Senior Member djb's Avatar
    Join Date
    Apr 2010
    Location
    Farnham, Surrey
    Posts
    347
    Thanks
    0
    Thanked 0 Times in 0 Posts
    HTML is the code used for content structure, CSS is the code used for content style.

  7. #7
    Senior Member ARRIVALS's Avatar
    Join Date
    Sep 2011
    Posts
    938
    Thanks
    0
    Thanked 24 Times in 21 Posts
    So websites contain both, not 1 or the other?
    Arrivals™ - Graphic Design & Brand Development | Twitter

  8. #8
    djb
    djb is offline
    Senior Member djb's Avatar
    Join Date
    Apr 2010
    Location
    Farnham, Surrey
    Posts
    347
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Well you could do it all in HTML (like I mentioned above, for HTML emails perhaps), but if you use CSS then you make your life a lot easier by referencing a single external style sheet. So you set your structure up in HTML and then when you want to make it look pretty - over the whole website - you just change one (CSS) file.

  9. #9
    Senior Member ARRIVALS's Avatar
    Join Date
    Sep 2011
    Posts
    938
    Thanks
    0
    Thanked 24 Times in 21 Posts
    Ah, I see .. kinda. I'm going to try and teach myself ya see, and I'm a total beginner.
    Arrivals™ - Graphic Design & Brand Development | Twitter

  10. #10
    djb
    djb is offline
    Senior Member djb's Avatar
    Join Date
    Apr 2010
    Location
    Farnham, Surrey
    Posts
    347
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Do a few tutorials like Big Dave’s mentioning and you will get the hang of it straight away.

Page 1 of 2 12 LastLast

Posting Permissions

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