On Github Steven-xu94 / presentation_html5
Canvas with heavy graphics: Microsoft Fish IE Tank
Another example: Glacier Works
<video width="640" height="480" controls> <source src="files/oicr.mp4" type="video/mp4"> <source src="files/oicr.ogg" type="video/ogg"> Your browser does not support the video tag </video>Browsers will choose which one to download depending on the type
<input type="email" name="email">Email address:
<input type="number" name="lucky" min="1" max="100" required>Input your lucky number:
<input type="color" name="favcolor">Choose your favorite color:
<input type="date" name="bday">Input your birthday:
<div class="section" id="forest-elephants"> <h1>Forest elephants</h1> <p>In this section, we discuss the lesser known forest elephants.</p> <div class="subsection" id="forest-habitat"> <h2>Habitat</h2> <p>Forest elephants do not live in trees but among them.</p> </div> <div class="ads" id="ad1"> some ads </div> </div>
<section> <h1>Forest elephants</h1> <p>In this section, we discuss the lesser known forest elephants. <section> <h2>Habitat</h2> <p>Forest elephants do not live in trees but among them. </section> <aside> some ads </aside> </section>