We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13abce6 commit 606b90fCopy full SHA for 606b90f
debugging/book-library/index.html
@@ -1,7 +1,7 @@
1
-<!DOCTYPE html>
+<!doctype html>
2
<html>
3
<head>
4
- <title> </title>
+ <title>Book Library</title>
5
<meta
6
charset="utf-8"
7
name="viewport"
@@ -31,15 +31,15 @@ <h1>Library</h1>
31
<div class="form-group">
32
<label for="title">Title:</label>
33
<input
34
- type="title"
+ type="text"
35
class="form-control"
36
id="title"
37
name="title"
38
required
39
/>
40
<label for="author">Author: </label>
41
42
- type="author"
43
44
id="author"
45
name="author"
@@ -65,7 +65,7 @@ <h1>Library</h1>
65
type="submit"
66
value="Submit"
67
class="btn btn-primary"
68
- onclick="submit();"
+ onclick="submit()"
69
70
</div>
71
0 commit comments