Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

HelP HTML

  • 07-10-2010 12:26AM
    #1
    Registered Users, Registered Users 2 Posts: 68 ✭✭


    I've just started to learn HTML but now I read that it's changing to HTML 5 and theirs also other things like XHTML and XML. Can I code without HTML. Or do you have to know HTML or just leave HTML out all together and just use XHTML and HTML 5.:confused:

    W3SCHOOLS


Comments

  • Registered Users, Registered Users 2 Posts: 956 ✭✭✭Mike...


    Learn the basics....stick with HTML until you feel confident enough to move onto xml, HTML5, PHP etc


  • Closed Accounts Posts: 9,698 ✭✭✭tricky D


    Do HTML to get an overview with a view to learning XHTML much more comprehensively with CSS. Wait a while before bothering with HTML5.

    Edit: also use validators for your xhtml and css


  • Registered Users, Registered Users 2 Posts: 241 ✭✭fcrossen


    tricky D wrote: »
    Do HTML to get an overview with a view to learning XHTML much more comprehensively with CSS. Wait a while before bothering with HTML5.

    Edit: also use validators for your xhtml and css

    Definitely get used to HTML/CSS from the outset. Don't use tables for layout (unless for tabular data), and don't put any visual formatting instructions into your HTML file - they all go into CSS file(s).

    (I often put CSS styles into the HEAD section of the xHTML document during development, but once I am happy with it it is stripped out and placed into an external CSS file.)

    If you follow these rules, you will be on the right track for HTML5 and for "best practice" in xHTML.

    A good start: http://www.csstutorial.net/
    Lots of good examples: http://htmldog.com/examples/


Advertisement