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<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<section class="container">
<div class="left-half">
<article>
<a href="story1.html">
<h1>Story 1</h1>
<p>
Extreme growth in terrorist threat in Europe
</p>
</a>
</article>
</div>
<div class="right-half">
<article>
<a href="story2.html">
<h1>Story 2</h1>
<p>
Terrorism: looking beyond Western Europe
</p>
</a>
</article>
</div>
</section>
</body>
</html>