forked from JWMinor/HTML-II-Lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
html-ii-lab.html
49 lines (43 loc) · 1.53 KB
/
html-ii-lab.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title> -SLATE TEMPLATE </title>
</head>
<body>
<div class="main">
<div class="feature">
<a href="http://futuremediachange.com/wp-content/uploads/2011/06/don-draper-smoking.jpg">
<img src="http://futuremediachange.com/wp-content/uploads/2011/06/don-draper-smoking.jpg" width="500" height="333" alt="IMG_3725">
</a>
<h1>The Age of Mad Men</h1>
<p class="Dek"> Slate's TV Club weighs in on the season premiere of one of the most popular shows of our age. </p>
</div>
</div>
<div class="tech story">
<h3> Apple Reportedly Wants to Raise the Price of the iPhone by $100 </h3>
<p class="byline"> By Jay Yarow </p>
</div>
<div class="politics">
<h3> Republicans Are Quietly Trying to Make It Harder for You to Get Divorced </h3>
<p class="byline"> By Amanda Marcotte</p>
</div>
<div class="popular culture">
<h2> This Week's Big Twist on <i>Game of Thrones</i></h2>
<p class="Dek"> It made me a little sad. </p>
<p class="byline"> By Willa Paskin </p>
</div>
<div class="sponsered content">
<h4> Let's Stop Pretending College is for Everyone </h4>
</div>
<div class="sidebar">
<h1> Slate </h1>
<div class="top-nav-sidebar">
<h3> Most Recent </h3>
</div>
<div class="headlines">
<h5 class="headline 1"> Can Anything Stop Putin From Doing What He Wants in Ukraine? </h5>
<h5 class="headline 2"> Michael Phelps Is Returning to Competition </h5>
<h5 class="headline 3"> The Lincoln Assassination, As Seen Through the Pages of a DC Police Blotter </h5>
</div>
</div>
</body>
</html>