-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspacing.html
36 lines (36 loc) · 1.18 KB
/
spacing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="spacing.css">
</head>
<body>
<header>
<h1>CAROLYNE</h1>
</header>
<div class="section">
<h2>Introduction</h2>
<p>My name is Carolyne Aniceth, I'm 20 years old living Dar es salaam Tanzania. I am currently doing Power Learn Project </p>
</div>
<div class="skills">
<h2>Skills</h2>
<ol>
<li>HTML</li>
<li>CSS</li>
<li>PYTHON</li>
<li>R PROGRAMMING LANGUAGE</li>
</ol>
</div>
<div class="contact">
<h2>Contact</h2>
<ul>
<li>Phone Number: +25561220297</li>
<li>Email:<a href="mailto:[email protected]">[email protected]</a></li>
<li>Facebook: <a href="https://www.facebook.com/carolyne.aniceth/">www.facebook.com/carolyneaniceth</a></li>
<li>Instagram: <a href="https://www.instagram.com/ms.aniceth/">www.instagram.com/ms_.aniceth</li>
</ul>
</div>
</body>
</html>