APPENDIX A

image

Chapter 4 – Sample Content

Listing A-1 specifies the initial HTML content used for the exercises in Chapter 4. This is available from the downloaded source in the Default_content.cshtml file. I’m including it here in case you want to see it without downloading the code.

Listing A-1.  Chapter 4 Sample Content

<!DOCTYPE html><html lang="en">    <head>        <meta charset="utf-8" />        <title>Chapter 4 - CSS Demo</title>    </head>    <body>        <header class="intro">            <h1>CSS Demo</h1>            <h2>Introducing the new HTML5 features</h2>            <h3>                Use the new CSS3 features to build some of the ...

Get Pro HTML5 with Visual Studio 2012 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.