HTML5 Tutorial
HTML5 is the latest and most enhanced version of HTML.Technically, HTML is not a programming language, but rather a mark up language.
Audience
This tutorial has been designed for beginners in HTML5 providing the basic to advanced concepts of the subject.
Prerequisites
Before starting this tutorial you should be aware of the basic understanding of HTML and its tags
Execute HTML5
You do not need to have your own environment to start learning HTML5 programming! We have set up an on-line compiler for you that can be used to compile and execute the programs on-line.
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tutorials Point</title> </head> <body> <header role="banner"> <h1>HTML5 Document Structure Example</h1> <p>This page should be tried in safari, chrome or Mozila.</p> </header> <footer> <p>Created by <a href="http://tutorialspoint.com/">Tutorials Point</a></p> </footer> </body> </html>
HTML5 Tutorial
Reviewed by Unknown
on
July 02, 2017
Rating:
No comments