-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.1_markup.html
37 lines (25 loc) · 1.01 KB
/
1.1_markup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<h1> my website</h1>
<h2> <b> My website</b></h2>
<body>
<p>
<em>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta doloribus rem, hic nam reiciendis, illo veniam quisquam accusantium distinctio fugiat totam. Distinctio nam veritatis modi debitis voluptas quas, deserunt illo!
<em>
</p>
<a href="https://cdn11.bigcommerce.com/s-m0s28s/images/stencil/1280x1280/products/2415/27685/2022-LiveWire-Complete-XT-RockShox-Boyd-Brushed-Black-1500x1000-01__60161.1663095475.jpg?c=2">
</a>
<img src="img_girl.jpg" alt="bicycle" width="15" height="20">
<img src="/pic_trulli.jpg" alt="Mountain" style="width:300px">
</body>
<buttom> press to say hi</buttom>
<label for="password">Password:</label>
<input type="password" id="password" name="password" required>
<hr>
</html>