-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscript.js
More file actions
41 lines (33 loc) · 4.21 KB
/
script.js
File metadata and controls
41 lines (33 loc) · 4.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
document.getElementById("beast").onclick = function(){
document.getElementById("cp").innerHTML="<h1>Beauty and the Beast</h1><p>Genre: Fantancy</p><p>Author: Nani</p><p><ul><li>beauty and the beast</li></u></p>"
}
document.getElementById("know").onclick = function(){
document.getElementById("cp").innerHTML="<h1>You Don't know Js</h1><p><strong>Genre:</strong>Programming</p><p><strong>Author</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("laravel").onclick = function(){
document.getElementById("cp").innerHTML="<h1>You Don't know Laravel</h1><p><strong>Genre:</strong>Programming</p><p><strong>Author</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("kat").onclick = function(){
document.getElementById("cp").innerHTML="<h1>Katzing</h1><p><strong>Genre:</strong>Programming</p><p><strong>Author:</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("guide").onclick = function(){
document.getElementById("cp").innerHTML="<h1>Graph QL</h1><p><strong>Genre:</strong>Programming</p><p><strong>Author:</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("nkt").onclick = function(){
document.getElementById("cp").innerHTML="<h1>NTK</h1><p><strong>Genre:</strong>Programming</p><p><strong>Author:</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("up").onclick = function(){
document.getElementById("cp").innerHTML="<h1>Start-up learn</h1><p><strong>Genre:</strong>Oho</p><p><strong>Author:</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("learn").onclick = function(){
document.getElementById("cp").innerHTML="<h1>Learning GQL</h1><p><strong>Genre:</strong>Dev</p><p><strong>Author:</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("game").onclick = function(){
document.getElementById("cp").innerHTML="<h1>Game of Thrones</h1><p><strong>Genre:</strong>Movie</p><p><strong>Author:</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("mular").onclick = function(){
document.getElementById("cp").innerHTML="<h1>Mular</h1><p><strong>Genre:</strong>Movie</p><p><strong>Author:</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}
document.getElementById("you").onclick = function(){
document.getElementById("cp").innerHTML="<h1>You</h1><p><strong>Genre:</strong>Bb</p><p><strong>Author:</strong>Nani</P> <p>All Books by this Author:</p><ul><li>you don't know js</li><li>You don't know Laravel</li><li>Katzing</li><li>Graph QL Guide</li><li>Start-up learn</li><li>Mulan</li><li>Book</li><li>Book</li><li>Book</li></ul>"
}