Wednesday, November 2, 2011

HTML5 Tutorial START

HTML5 Tutorial

HTML5 is the next generation of HTML.
This tutorial teaches you about the new features in HTML5.

Examples in Each Chapter

With our HTML editor, you can edit the HTML, and click on a button to view the result.

Example

<!DOCTYPE HTML>
<html>
<body>

<video width="320" height="240" controls="controls">
  <source src="movie.mp4" type="video/mp4" />
  <source src="movie.ogg" type="video/ogg" />
  <source src="movie.webm" type="video/webm" />
Your browser does not support the video tag.
</video>

</body>

No comments:

Post a Comment

Online visitors counter users online