Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>the HTML5 buzzword is being used a lot, but people mostly use it to describe different things.</p> <p>HTML5 is the newest (and as of yet, unfinished) iteration of the HTML standard, as presented by W3.org.</p> <p>Purely, HTML5 is the markup language, but it is usually referred to as to include CSS3, and JS (in the form of the canvas element).</p> <p>In the HTML area, HTML5 boasts some new element tags that should help developers add semantic meaning to their markups(e.g. <a href="http://www.w3.org/wiki/HTML/Elements/header" rel="nofollow">header</a>, <a href="http://www.w3.org/wiki/HTML/Elements/footer" rel="nofollow">footer</a>, <a href="http://www.w3.org/wiki/HTML/Elements/aside" rel="nofollow">aside</a>) , and also some useful functional elements (<a href="http://www.w3.org/wiki/HTML/Elements/progress" rel="nofollow">progress-bar</a>, <a href="http://www.w3.org/wiki/HTML/Elements/video" rel="nofollow">video</a>, <a href="http://www.w3.org/wiki/HTML/Elements/audio" rel="nofollow">audio</a>)</p> <p>In the CSS area, there are some new properties that allow you to animate your elements, and orient them more easily.</p> <p>In the JS area, you can read up on the Canvas element, which is a good competitor to Flash. It allows you to draw both using vectors, and bitmap data.</p> <p>As for good references to HTML5, you can use <a href="http://html5doctor.com/" rel="nofollow">http://html5doctor.com/</a> or <a href="http://www.html5rocks.com/en/" rel="nofollow">http://www.html5rocks.com/en/</a></p> <p>Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    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. This table or related slice is empty.
    1. VO
      singulars
      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