-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBBC News.html
executable file
·177 lines (117 loc) · 5.83 KB
/
BBC News.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!doctype html>
<html>
<head>
<title>Afan's BBC News</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="styles.css"/>
</head>
<body>
<div id="container">
<div id="topbar">
<div class="fixedwidth">
<div id="logodiv">
<img src="images/bbclogo.png" />
</div>
<div id="signinDiv">
<img src="images/signin.png"/> Sign In
</div>
<div id="topmenudiv">
<ul>
<li>News</li>
<li>Sport</li>
<li>Weather</li>
<li>Earth</li>
<li>Future</li>
<li>Shop</li>
<li>TV</li>
<li>Radio</li>
<li>More..</li>
</ul>
</div>
<div id="searchdiv">
<input type="text" placeholder="Search"/>
</div>
</div>
</div>
<div class="break"></div>
<div id="newsbar">
<div class="fixedwidth">
<p id="newsheader"> NEWS <span id="us">US</span></p>
<div id ="rss">
RSS <img src="images/rss.png"/>
</div>
<div class="break"></div>
<div id="topicmenu">
<ul>
<li>Home</li>
<li>World</li>
<li class = "selected">US</li>
<li>Business</li>
<li>Politics</li>
<li>Health</li>
<li>Education</li>
<li>Science</li>
<li>Technology</li>
<li>Entertainment & Arts</li>
<li>Health</li>
<li>Magazine</li>
</ul>
</div>
</div>
</div>
<div class="break"></div>
<div id="content">
<div class="fixedwidth">
<p><span class="date">11 May 2015 </span> Last updated at 15:34</p>
<h1>EU refugee quotas to be proposed</h1>
<img class="image" src="images/Migrants.jpg"/>
<div class="newsitem">
<p>The European Commission will make the controversial proposal that EU member countries should take in refugess under an EU quota scheme.</p>
<p class="links"><a class="video" href=""> Why is EU struggling with migrants?</a></br>
<a class="video" href="">Island of hope and tragedy</a></br>
<a class="video" href="">Deadly routes in maps</a></br>
<a class="camera" href="">What happend on the sinking boat?</a></p></br></br></br></br>
</div>
<div id="watchlisten">
<h2>Watch/Listen</h2>
<div class="wlblock">
<img src="images/pic1.png"></br></br>
<img src="images/pic2.png"></br></br>
<img src="images/pic3.png"></br></br>
</div>
<div class="videositem">
<a href="">Aerial footage shows US tornado damage</a></br></br></br></br>
<a href="">Ukraine crisis:'We feel abandoned'</a></br></br></br></br>
<a href="">Burundi president defiant on poll</a>
</div>
<br style="clear: both;" />
<ul>
<li class="bb"><a class ="cc"href="">BBC News Channel</a></li>
<li class="bb" ><a class ="cc" href="">Radio 5 live</a></li>
<li><a class ="cc" href="">Osborne questioned on budget</a></li>
</ul>
</div>
<div class="secondaryNewsImages">
<img src="images/pic4.png"/>
</div>
<div class="secondarynewsitems">
<p><h3 class="heading3">Third Bangaldesh blogger murdered<h3></p>
<p>A blogger has been hacked to death in north-eastern Bangladesh, the third such deadly attack since start of the year.</p>
</div>
<div class="secondaryNewsImages">
<img src="images/pic5.png"/>
</div>
<div class="secondarynewsitems2">
<p><h3 class="heading3">Self-Driving car accidents revealed<h3></p>
<p>Four out of 48 self-driving cars on public roads have been involved in accidents since September.</p>
</div>
<div class="followUS">
<img src="images/FollowUs.png"/>
</div>
</div>
</div>
</body>
</body>
</html>