forked from ANKAN-MUKHOPADHYAY/JavaScript_QUIZ
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuestion.html
More file actions
Latest commit
28 lines (24 loc) · 654 Bytes
/
Copy pathQuestion.html
File metadata and controls
28 lines (24 loc) · 654 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<!-- Latest compiled and minified CSS -->
<linkrel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<scriptsrc="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<scripttype="text/javascript" src="qs.js"></script>
<styletype="text/css">
ul{
list-style-type: none;
}
.nextBtn{
display: none;
}
</style>
</head>
<body>
<divid="divcontenet"></div>
</body>
</html>