-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.06 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css">
<title>About Me</title>
</head>
<body>
<header>Juliya</header>
<p>
My name is Juliya. I am a <strong>webdesigner.</strong> My hobbies are
<em>baking,</em><em>Photogtaphy</em>
</p>
<ul>
<li>Movie-1</li>
<li>Movie-2</li>
<li>Movie-3</li>
</ul>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptatum
maxime necessitatibus maiores illum, reprehenderit cupiditate repellat sed
sint fuga id beatae! Saepe assumenda ad soluta?
</p>
<ol>
<li>Book-1</li>
<li>Book-2</li>
<li>Book-3</li>
</ol>
<div class="image">
<p class="image">I love nature</p>'
<img
src="https://fastly.picsum.photos/id/902/200/300.jpg?hmac=jcXqlZDNedKqsptpWe_80nmMFRvBXBCnWCpzYwJik3g"
alt="image"
aria-placeholder="PlaceBeer"
/>
</div>
</body>
</html>