assignment 1
This commit is contained in:
23
practices/24-9-12/index.html
Normal file
23
practices/24-9-12/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>24-9-12 in class</title>
|
||||
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="img/egg.png" alt="egg" />
|
||||
<h1>i am a google font h1 element</h1>
|
||||
</header>
|
||||
<main>
|
||||
<p>i am a google font p element</p>
|
||||
<p>i am too</p>
|
||||
</main>
|
||||
<footer>
|
||||
<p>i am a p element with the same font used in the header</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user