forked from AdamMomen/warmUp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 826 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 826 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
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>warmup 9</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header></header>
<main>
<img src="https://i.ytimg.com/vi/CM_9FwfMBrM/hqdefault.jpg" alt="funny image">
<img src="https://images.pexels.com/photos/207962/pexels-photo-207962.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500" alt="love tree">
<img src="https://pbs.twimg.com/profile_images/510848783924858880/CKj5uty4.jpeg" src="happy quote">
</main>
<button type="button"><i>button 1</i></button>
<button type="button"><em>button 2</em></button>
<div>
<ul>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
</ul>
</div>
<footer>any person who copy right our work we will sue him/her</footer>
</body>
</html>