-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.html
More file actions
54 lines (49 loc) · 1.04 KB
/
text.html
File metadata and controls
54 lines (49 loc) · 1.04 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>Trail</title>
<link rel="stylesheet" href="text.css">
</head>
<body>
<p class="font">
THIS IS TAHOMA FONT
</p>
<p class="headline">
BIGGEST DEALS OF THE YEAR!!
</p>
<p class="deadline">
Sales end Tuesday
</p>
<p class="heading">
HTML CSS COURSE
</p>
<p class="subheading">
Beginner to Pro
</p>
<p class="description">
In this course we will learn the skill we need to become a developer.
</p>
<p class="heading0">
New
</p>
<p class="heading1">
MacBook Pro
</p>
<p class="heading2">
Supercharged for pros.
</p>
<p class="heading3">
From $1999
</p>
<button class="button0">Buy</button>
<p class="x0">
<span class="x1">freeCodeCamp.org</span> <span class="x2">@freeCodeCamp 1h</span>
</p>
<p class="x3">
As a web developer, you'll want to make your projects easy to use and navigate around.
</p>
<p class="x4">
Here <span class="x5"> @chp_it </span> outlines the top skills new developers should have.
</p>
</body>
</html>