-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathharry.html
More file actions
38 lines (15 loc) · 742 Bytes
/
harry.html
File metadata and controls
38 lines (15 loc) · 742 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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Harry</title>
<style>
body{background-color: plum;}
</style>
</head>
<body>
<h1 style="background-color:DodgerBlue;color:Azure;text-align:center;">Harry</h1>
<p style="font-size:20px;font-family:verdana;background-color:Tomato;color:Azure;text-align:center"><strong>Harry is a hardworking person and he loves computer science. His passion is shown by his hardwork and dedication. Although I have only known him for a short time, I am sure he will thrive in this learning environment.</strong></p>
</body>
<!-- Maybe link to GitHub or LinkedIn if possible-->
</html>