-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLink3.html
More file actions
22 lines (21 loc) · 738 Bytes
/
Link3.html
File metadata and controls
22 lines (21 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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="style.css">
</head>
<body>
<div class="dropdown">
<button class="button">Tutorial</button><br>
<a href="">Link 1</a>
<a href="">Link 2</a>
<a href="">Link 3</a>
</div>
<h2>You clicked link 3 </h2>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Iure explicabo nemo distinctio pariatur architecto totam facere quia vitae, accusantium magnam consequatur illo optio quibusdam dicta animi aut aspernatur vero perspiciatis!
</p>
</body>
</html>