Exercise 6.1
This commit is contained in:
23
w6_1_FP/index.html
Normal file
23
w6_1_FP/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>Document</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<button id="sort-by-name">Sort by Name</button>
|
||||
<button id="sort-by-last">Sort by Last Name</button>
|
||||
<button id="sort-by-age">Sort by Age</button>
|
||||
</div>
|
||||
<ul id="people-list"></ul>
|
||||
|
||||
<script defer src="index.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user