-
Notifications
You must be signed in to change notification settings - Fork 0
/
BBC_clone.html
101 lines (95 loc) · 3.11 KB
/
BBC_clone.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="BBC_clone.css" rel="stylesheet">
<title >BBC - Homepage</title>
</head>
<body>
<header>
<div class="box">
<div class="box1">
<ul>
<li><a href="https://www.bbc.com/">B</a></li>
<li><a href="https://www.bbc.com/">B</a></li>
<li><a href="https://www.bbc.com/">C</a></li>
</ul>
</div>
<img src="profile.png"alt="profile_icon">
<p>Sign in</p>
<span>
<a href="Home">Home</a>
<a href="News">News</a>
<a href="Sports">Sport</a>
<a href="Reel">Reel</a>
<a href="Worklife">Worklife</a>
<a href="Travel">Travel</a>
<a href="Future" >Future</a>
<a href="Culture">Culture</a>
<a id="dots" href="three-dots">...</a>
</span>
<div class="search">
<input type="text"placeholder=" 🔍 Search BBC">
</div>
</div>
</header>
<main>
<p>ADVERSTISEMENT</p>
<img src="https://tpc.googlesyndication.com/simgad/7833727425578987815">
<div class="clone">
<p >Welcome to BBC.com</p>
<p id="date"></p>
<span>
<img id="img1" src="https://ichef.bbc.co.uk/wwhp/624/cpsprodpb/10912/production/_130785876_gettyimages-1592921730.jpg">
<img id="img2" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/1EF7/production/_130172970_ecd8d43195c4f9997ddd683393e8cd26782cccb2-2.jpg.webp">
</span>
<span>
<h3 id="head">Mauli bracing for 'significant'death toll rise </h3>
<h3>Italy could host Musk v Zuckerberg cage fight </h3>
</span>
<span>
<img id="img3" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/C632/production/_130683705_ea2363fd6e2be67055157c4f5e6766110777ffea.jpg.webp">
<img id="img4" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/C352/production/_130520005_gettyimages-1245247600.jpg.webp">
</span>
<span>
<h3 id="h1">Why it matters where your data is stored?</h3>
<h3 id="h2">Have we had our fill of fake meat?</h3>
</span>
<span>
<img id="img5" src="https://ichef.bbci.co.uk/news/976/cpsprodpb/125A0/production/_130786157_83447fcb3d831c6d52758e5457883d7ef1840947.jpg.webp">
<img id="img6" src="https://ichef.bbci.co.uk/onesport/cps/800/cpsprodpb/14666/production/_130785538_c0da5b9eb4e9f3280dbb1ca909f3c4ebc6002e34.jpg">
</span>
<span>
<h3 id="h3">In Pictures:Persied meteor shower lights up skies</h3>
<h3 id="h4">Hamlin plays first Bills game since cardiac arrest</h3>
</span>
</div>
</main>
<footer>
<div class="box2">
<h3>Explore the BBC</h3>
</div>
<div class="box3">
<span class="part">
<ul>
<li>Home</li>
<li>News</li>
<li>Sport</li>
<li>Reel</li>
<li>Worklife</li>
<li>Travel</li>
</ul>
<hr>
</span>
</div>
<div class="final">
<ul>Terms of Use</ul>
<ul>About the BBC</ul>
<ul>Privacy Policy</ul>
<ul>Cookies</ul>
</div>
<p>Copyright©2023 BBC.The BBC is not responsible for the content of external sites. Read about our approach to external linking.</p>
</footer>
</body>
</html>