-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe5.html
More file actions
36 lines (26 loc) · 1 KB
/
e5.html
File metadata and controls
36 lines (26 loc) · 1 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
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>project e5</title>
<link rel="stylesheet" href="styles/projecte5.css">
</head>
<body class="body">
<p class="one">New</p>
<p><h4 class="two">MacBook Pro</h4></p>
<p><h2 class="three">Supercharged for pros.</h2></p>
<p class="four">From $1999</p>
<p><span class="five">Buy</span></p>
<hr>
<p class="pre">1,049.69 <span class="pos">USD</span></p>
<p class="pluse">+18.05(1.75%) <span>today</span></p>
<p class="last">After hour 1,048.00 <span class="once">-1.61(0.15%)</span> </p>
<hr>
<p><span class="free1">freecodecamp.org</span> <span class="free">@freecodeCamp 1h</span> </p>
<p class="as">As a web developer, you'll want to make your project easy to use and navigate around.</p>
<p class="ode">Here <span class="online">@chp it outlines</span> the top skills new developers should hava.
</p>
<hr>
</body>
</html>