HTML and CSS Reference
In-Depth Information
YOUR FIRST LOOK AT HTML5
MARKUP
Here's one of the simplest HTML5 documents you can
create. It starts with the HTML5 doctype (a special code
that's explained on The HTML5 Doctype ) , followed by a
title, and then followed by some content. In this case, the
content is a single paragraph of text:
<!DOCTYPE html>
<title>A Tiny HTML Document</title>
<p>Let's rock the browser, HTML5 style.</p>
You already know what this looks like in a browser, but if
you need reassuring, check out Figure 1-1 .
Search WWH ::




Custom Search