<!DOCTYPE HTML> <html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ /> <title>Title of the website</title> </head> <body> <header> <nav> <ul> <li>Home</li> <li>About</li> <li>Services</li> <li>Projects</li> <li>Contact</li> </ul> </nav> </header> <section> <article> <header> <h2>Title of the Article</h2> <p>Article about the html5 page development</p> </header> <p>HTML5 has it’s many new syntactical features, which include the <video>, <audio>, <canvas>, <section>, <article>, […]