forked from Codi-B07/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnthonyhtml1.html
More file actions
19 lines (18 loc) · 796 Bytes
/
Copy pathAnthonyhtml1.html
File metadata and controls
19 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Challenge</title>
</head>
<body>
<header>this is the header</header>
<h1>Title</h1><br>
<h2>title</h2><br>
<h3>title</h3><br>
<p>Lorem ipsum dolor sit amet consectetur <q> adipisicing elit</q>. <strong> deleniti voluptate consequuntur <strong> mollitia quibusdam porro impedit facilis, blanditiis molestias? Sequi esse fugiat quisquam <small><i>cupiditate</i></small> facilis omnis deleniti et! Placeat, tempora?</p>
<img src="./img/notorious-big-full-color-kamoni-khem.jpg" alt=" Biggie smalls img">
<footer>this is the footer</footer>
</body>
</html>