HTML and CSS Reference
In-Depth Information
context.textBaseline = 'top';
context.font = 'bold 16pt Tahoma';
context.fillStyle = 'orange';
context.fillText('HTML5 Espresso', 15, 35);
}
</script>
</head>
<body>
<header>
<h1>HTML5 Espresso</h1>
</header>
<article>
<header>
<h1>Pagina di esempio</h1>
</header>
<section>
<h3>Il nuovo elemento &lt;canvas&gt;</h3>
<canvas id="html5_canvas" width="200" height="100">
ATTENZIONE: l'elemento &lt;canvas&gt; non è sup-
portato.
</canvas>
</section>
<section>
<h3>Il nuovo elemento &lt;video&gt;</h3>
<video id="html5_video" src="video.ogg" controls>
ATTENZIONE: l'elemento &lt;video&gt; non è suppor-
tato.
</video>
</section>
</article>
<footer>
<a href="http://books.aspitalia.com/HTML5/">HTML5
Espresso</a>
</footer>
</body>
Search WWH ::




Custom Search