-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe4.html
More file actions
30 lines (25 loc) · 778 Bytes
/
e4.html
File metadata and controls
30 lines (25 loc) · 778 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>e4</title>
<link rel="stylesheet" href="styles/e4.css">
</head>
<body>
<P class="tahoma">This is Tahoma Font</P>
<hr>
<p class="html">HTML CSS Course</p>
<p class="begin">Beginner to pro</p>
<p class="this">In this course, we'll learn the skills you need to become a developer.</p>
<button class="get-button">Get started</button>
<hr>
<p class="big">Biggest Deals of the year!</p>
<p class="sales">Sales end Tuesday</p>
<hr>
<p class="shop">Shopping for your business?</p>
<p class="see">See how Apple at Work can help.</p>
<p class="learn">Learn more ></p>
<hr>
</body>
</html>