Untitled
unknown
plain_text
4 years ago
697 B
6
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<link rel = "stylesheet" href = "books.css">
</head>
<body>
<div class = "container">
<h1>Bookland</h1>
<form>
<div class = "inputs">
Author Name: <input type = "text" id = "author"><br><br>
Title Name: <input type = "text" id = "title"><br>
</div>
<div class = "buttons">
<button id = "find" type = "button">Find Book</button>
<button id = "clear" type = "button">Clear Info</button>
</div>
<div id = "description"></div>
</form>
</div>
<script src = "books.js"></script>
</body>
</html>Editor is loading...