assignment 1
This commit is contained in:
25
practices/24-9-19/index.html
Normal file
25
practices/24-9-19/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!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>
|
||||
<h1>24-9-19</h1>
|
||||
<div class="links">
|
||||
<a>Link 1</a>
|
||||
<a>Link 2</a>
|
||||
<a>Link 3</a>
|
||||
<div class="dropdown">
|
||||
<a>Dropdown Link 1</a>
|
||||
<a>Dropdown Link 2</a>
|
||||
<a>Dropdown Link 3</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user