-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
24 lines (24 loc) · 952 Bytes
/
Copy pathproject.html
File metadata and controls
24 lines (24 loc) · 952 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
<!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="project.css"
</head>
<body>
<div class="title">
<h1>Sofia Juarez</h1>
<h2>Welcome to my first web page</h2>
</div>
<h3>THE BAND</h3>
<h4>We love music</h4>
<p>We have created a fictional band website. Nirvana was an American rock band formed in Aberdeen, Washington, in 1987. Founded by lead singer-songwriter and guitarist Kurt Cobain and bassist Krist Novoselic,
the band went through a succession of drummers before recruiting Dave Grohl in 1990. </p>
<div style="text-align: center;">
<img src="https://indiehoy.com/wp-content/uploads/2020/09/nirvana-logo.jpg" height="250px">
</div>
<h4 id="bottom">I like the way you code</h4>
<h4 id="final">Thank you</h4>
</body>
</html>