Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li><p>The decision to use CSS3 or HTML5 generally has to be made on a case-by-case basis, taking into account browser compatibility and your audience. Check websites such as <a href="http://caniuse.com/" rel="nofollow">http://caniuse.com/</a> to see whether or not browser support is acceptable for the feature you want to implement. Personally, I always try to make my websites as forward-thinking as possible by using new features as soon as it is feasible, and then implementing measures to ensure it degrades gracefully in older browsers.</p></li> <li><p>This is a big question.</p></li> </ol> <p>Google.com is always your friend. Use it often.</p> <p>Validate your code. You'll learn a lot and have future-proof code to boot. <a href="http://validator.w3.org/" rel="nofollow">http://validator.w3.org/</a></p> <p>I could not live without the Sitepoint Reference site.</p> <p>HTML Dog is where I got a good foundation in standards compliant html and css. I would recommend them to anyone.</p> <p>Notepad++ is my preferred code editor, but don't be scared to try several tools and make a personal decision. Everyone has a different workflow; and different tools are therefore necessary.</p> <p>Read blogs by good web developers. A good place to start is A List Apart; but there are many, many more. Doing so will expand your webdev horizons immensely.</p> <p>Research semantics, and try to understand why it's important, and then seek to make your code semantic. There's no sense in doing something the right way if you don't understand why it's the right way.</p> <p>Beyond that, just keep trying to up your game. Web development (especially when it comes to standards) is all about taking it to the next level and seeking to write better code.</p> <p>Keep up the good work!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload