<html> <head> <link rel="stylesheet" href="index.css"> </head> <body> <!-- Create an input element with type="text" and id="input-el" --> <!-- Create a SAVE INPUT button with id="input-btn" --> <script src="index.js"></script> </body> </html>
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<linkrel="stylesheet"href="index.css">
</head>
<body>
<!-- Create an input element with type="text" and id="input-el" -->
<!-- Create a SAVE INPUT button with id="input-btn" -->