forked from Codi-B07/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHtml2.html
More file actions
34 lines (32 loc) · 1.06 KB
/
Html2.html
File metadata and controls
34 lines (32 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div class="header">
<a href="#default" class="logo">focus2move.com</a>
<div class="header-right">
<a class="active" href="#home">Home</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
</div>
<ol>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">About</a></li>
</ol>
<img src="https://mir-s3-cdn-cf.behance.net/project_modules/1400/f5843852864027.591f18d2ba0f8.jpg" alt="coffe shop " width="2200" height="900">
<h2>What Is World's Best Coffee?</h2>
<ul>
<li>my Coffee</li>
<li>Najar</li>
<li>Starbucks</li>
</ul>
<footer>
<p>© Sit under the tree in this stone coffee shop in Tripoli, indulge in the coffee, and the relaxing atmosphere this place has. <br>
<a href="https://codi.tech">codi.tech</a></p>
</footer>
</body></html>