-
Notifications
You must be signed in to change notification settings - Fork 0
/
lesson4.html
46 lines (46 loc) · 1.4 KB
/
lesson4.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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Lesson 4</title>
<link rel="stylesheet" href="stylesheet4.css">
</head>
<body>
<header>
<h1>Interesting Blog</h1>
</header>
<article>
<header>
<h2>Memoirs of a Parisian lion-tamer</h2>
<time datetime=2012-07-08>July 8th, 2012</time>
</header>
<p>Claude Bottom's poignant autobiography is this summer's must-read.</p>
<footer>
Posted in <a href="/?cat=3">Books catagory</a>.
<a href="/?p=34#respond"> No Comments</a>
</footer>
</article>
<article>
<header>
<h2>Come to my party on the
<time datetime=2012-09-15>15th of September</time>
</h2>
<p>Published on
<time datetime=2012-07-08>8 July 2012</time>
</p>
</header>
<p>I'm throwing a party at Dr. Einstein's Cabret Roller-disco Bierkeller Pizza-parlor-a-gogo.<br>
Do come and dance to Rusty Trombone's Swingin' Brass Band. (Formal dress and lewd hat required.)</p>
</article>
<footer><a href="/">Back to index...</a></footer>
<h3>Lorem ipsum</h3>
<blockquote>
Thou look'st like antichrist, in that lewd hat.
<footer>Ananias <cite>Scene 4.3, <a href="http://www.gutenberg.org/files/4081/4081-h/4081-h.htm">
The Alchemist</a></cite> (Ben Johnson)
</footer>
</blockquote>
<p>Lorem ipsum</p>
<footer><a href="/">Back to index...</a></footer>
</body>
</html>