HTML and CSS Reference
In-Depth Information
A STYLE SHEET TOUR
Chapter 2 shows how you can learn to use HTML5's new
semantic elements by revising a straightforward, but
nicely
formatted
page
called
Apoca-
lypsePage_Original.html ( Figure A-1 ) . This page links to
a style sheet named ApocalypsePage_Original.css:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Apocalypse Now</title>
<link rel="stylesheet" href="ApocalypsePage_Original.css">
</head>
...
Search WWH ::




Custom Search