Welcome everybody.

Everybody's talking about HTML5! Here we show you how to use it. We try to do clear and precise with exercise and tutorial fits so we teach you this language. Now create the web-site of your dreams.

What is the HTML5?


HTML is computer language which result site. We can use other languages with HTML, but all the web-site need HTML.
Don't worry; HTML is very easy to learn. So with a minim of perseverance, the web-world be yours.


We learn this language with CSS, so you can display your site and it's easy to modify, to move, to add, to remove.
HTML5 enables to code the structure (title, paragraph, program, article, etc) and CSS takes into consideration design (color, place of the elements, fonts,etc)

Limits:

A site which coded only on HTML/CSS is called static site, any interaction is possible with visitors.
Sometimes, we need other computer languages like PHP. PHP allows the send and the treatment of information.
My goal isn't to teach you the PHP but only show you the end of HTML5 because in reality a site with no PHP it's impossible.
Now, it's time to start!

1, 2, 3, 4, 5, 6, 7