Philip Henslowe Classic Theatre HTML.docx - !doctype html ...

Doc Preview
Pages 4
Total views 100+
<!doctype html> <html> <head> <!-- New Perspectives on HTML5 and CSS3, 7th Edition Tutorial 2 Case Problem 1 Philip Henslowe Classic Theatre Filename: ph_plays.html --> <meta charset="utf-8" /> <title>PHCT Play List</title> <link href="ph_layout.css" rel="stylesheet" /> <link href="ph_styles.css" rel="stylesheet" /> </head> <body> <header> <nav> <ul> <li><a href="#">home</a></li> <li><a href="#">plays</a></li> <li><a href="#">tickets</a></li> <li><a href="#">calendar</a></li> <li><a href="#">about PHCT</a></li> <li><a href="#">support</a></li> </ul> </nav> <img src="ph_logo.png" alt="Philip Henslowe Classic Theatre" /> </header> <p>The upcoming season promises to be our best one yet. <a href="#">Order</a> your tickets now for the plays shown below. </p> <section id="play1" class="playbill"> <nav> <ul> <li><a href="#">summary</a></li> <li><a href="#">tickets</a></li> <li><a href="#">cast &amp; staff</a></li> <li><a href="#">news &amp; reviews</a></li> <li><a href="#">company notes</a></li> </ul> </nav> <h1>The Merry Wives of Windsor</h1> <aside>
<dl> <dt>Written By</dt> <dd>William Shakespeare</dd> <dt>Directed By</dt> <dd>Angela Drake</dd> </dl> </aside>
Course Hero Badge

Want to read all 4 pages?

Previewing 3 of 4 pages Upload your study docs or become a member.
Course Hero Badge

Want to read all 4 pages?

Previewing 3 of 4 pages Upload your study docs or become a member.
Course Hero Badge

End of preview

Want to read all 4 pages? Upload your study docs or become a member.