aris 

Lost in cyberspace... et plus si affinités

  • HTML5 And The Document Outlining Algorithm
    http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm

    By now, we all know that we should be using HTML5 to build websites. The discussion now is moving on to how to use HTML5 correctly. One important part of HTML5 that is still not widely understood is sectioning content: section, article, aside and nav. To understand sectioning content, we need to grasp the document outlining algorithm.

    Understanding the document outlining algorithm can be a challenge, but the rewards are well worth it. No longer will you agonize over whether to use a section or div element — you will know straight away. Moreover, you will know why these elements are used, and this knowledge of semantics is the biggest benefit of learning how the algorithm works.

    #html5 #webdev