-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4a.html
49 lines (42 loc) · 879 Bytes
/
4a.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
<!DOCTYPE html>
<style>
.Exercise-5a{
font-family: Tahoma;
font-size: 14px;
color: black;
font-weight: bold;
}
.Exercise-5b{
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: black;
width: 190px;
margin-bottom: 10px;
}
.Exercise-5B{
color: red;
font-style: italic;
font-size: 10px;
font-family: Arial;
margin-bottom: 5px;
font-size: small;
}
</style>
<p class="Exercise-5a">
This is a Tahoma Font
</p>
<p class="Exercise-5b">
Biggest Deals of the Year!
</p>
<h3 class="Exercise-5B">Sales end Tuesday</h3>
<p>HTML CSS Course
Beginner to Pro
In this course, we'll learn the skills you need to become a developer.
Get started
</p>
<p>
Shopping for your business?
See how Apple at Work can help.
Learn more >
</p>