Created
March 13, 2018 19:35
-
-
Save EngrEric/85cbb68bc956ed8134f0d7b2e850500b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<!-- Required meta tags --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<!-- Bootstrap CSS --> | |
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> | |
<link rel="stylesheet" href="css/style.css" type="text/css"> | |
<title>my question answer</title> | |
</head> | |
<body> | |
<div class="container-fluid"> | |
<nav class="navbar navbar-expand-lg " style="background-color: maroon;"> | |
<button class="navbar-toggler navbar-toggler-left" type="button" data-toggle="collapse" | |
data-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" | |
aria-label="Toggle navigation" style=""> | |
<span class="navbar-toggler-icon"></span> | |
</button> | |
<div class="btn-group btn-group-lg"> | |
<button type="button" class="btn dropdown-toggle btn-lg" data-toggle="dropdown" | |
aria-haspopup="true" aria-expanded="false" > | |
MENU | |
</button> | |
<div class="dropdown-menu" x-placement="bottom-start" style="position: absolute; transform: translate3d(0px, 48px, 0px); top: 0px; left: 0px; will-change: transform;"> | |
<a class="dropdown-item" href="#!" >Git Questions</a> | |
<a class="dropdown-item" href="#!">Html Questions</a> | |
<a class="dropdown-item" href="#!">Javascript Questions</a> | |
<div class="dropdown-divider"></div> | |
<a class="dropdown-item" href="#!">About_Us</a> | |
<a class="dropdown-item" href="#!">Contact_Us</a> | |
</div> | |
</div> | |
<div class="collapse navbar-collapse" id="navbarTogglerDemo01"> | |
<ul class="navbar-nav mr-auto mt-2 mt-md-0"> | |
<li class="nav-item"> | |
<a class="nav-link" href="#!">Home<span class="sr-only">(current)</span></a> | |
</li> | |
</ul> | |
<form class="form-inline my-2 my-lg-0"> | |
<input class="form-control mr-sm-2" type="text" placeholder="Search"> | |
</form> | |
</div> | |
</nav> | |
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel"> | |
<div class="carousel-inner" role="listbox" > | |
<div class="carousel-item" > | |
<img class="d-block img-fluid" src="images/slider1.jpg" alt="First slide" > | |
</div> | |
<div class="carousel-item" > | |
<img class="d-block img-fluid" src="images/slider2.jpg" alt="Second slide" > | |
</div> | |
<div class="carousel-item active" > | |
<img class="d-block img-fluid" src="images/slider3.jpg" alt="Third slide" > | |
</div> | |
</div> | |
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev"> | |
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | |
<span class="sr-only">Previous</span> | |
</a> | |
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next"> | |
<span class="carousel-control-next-icon" aria-hidden="true"></span> | |
<span class="sr-only">Next</span> | |
</a> | |
</div> | |
</div> | |
<div class="container-fluid"> | |
<div class="jumbotron"> | |
<form> | |
<div class="row"> | |
<div class="col-md-6"> | |
<div> | |
<p><strong>1. Who is the founder Maths?</strong></p> | |
<div class="radio"> | |
<label> | |
<input type="radio" class="input1" value="Pythagoras" name="self-test"> | |
Pythagoras | |
</label> | |
<p id="firstAns"></p> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="2" name="self-test"> | |
Willian | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="3" name="self-test"> | |
All of the above | |
</label> | |
</div> | |
</div> | |
<div> | |
<p><strong>2. What is the full meaning of CDN ?</strong></p> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="1" name="self-test"> | |
Content Delivery Network | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="2" name="self-test"> | |
Continent Delivery Network | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="3" name="self-test"> | |
Continent Delivery Neurons | |
</label> | |
</div> | |
</div> | |
<div> | |
<p><strong>3. What is the full meaning of css ?</strong></p> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="1" name="self-test"> | |
Converting styling cheat | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="2" name="self-test"> | |
Cascading Style Sheet | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="3" name="self-test"> | |
Continent Self School | |
</label> | |
</div> | |
</div> | |
<div> | |
<p><strong>4. What is the latest version of bootstrap ?</strong></p> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="1" name="self-test"> | |
Version 3.3.6 | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="2" name="self-test"> | |
Version 3.3.7 | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="3" name="self-test"> | |
Version 4.0.0 | |
</label> | |
</div> | |
</div> | |
</div> | |
<div class="col-md-6"> | |
<div> | |
<p><strong>5. Which programing language is best suit for AI?</strong></p> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="1" name="self-test"> | |
Ruby | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="2" name="self-test"> | |
css | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="3" name="self-test"> | |
Python | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="4" name="self-test"> | |
question of the above | |
</label> | |
</div> | |
</div> | |
<div> | |
<p><strong>6. Where the internet started ?</strong></p> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="1" name="self-test"> | |
Africa | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="2" name="self-test"> | |
America | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="3" name="self-test"> | |
Asia | |
</label> | |
</div> | |
</div> | |
<div> | |
<p><strong>7. Which of these softwares is used for graphic design ?</strong></p> | |
<div class="checkbox"> | |
<label> | |
<input type="checkbox" value="1" name="self-test"> | |
Corel draw | |
</label> | |
</div> | |
<div class="checkbox"> | |
<label> | |
<input type="checkbox" value="2" name="self-test"> | |
Adobe Photoshop | |
</label> | |
</div> | |
<div class="checkbox"> | |
<label> | |
<input type="checkbox" value="3" name="self-test"> | |
Adobe Acrobat | |
</label> | |
</div> | |
</div> | |
<div> | |
<p><strong>8. What language structures a website basically ?</strong></p> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="1" name="self-test"> | |
Html | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="2" name="self-test"> | |
Asp.Net | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" value="3" name="self-test"> | |
Jquery | |
</label> | |
</div> | |
</div> | |
</div> | |
</div> | |
</form> | |
<button type="button" class="btn btn-lg btn-default">Submit</button> | |
</div> | |
</div> | |
<!-- Optional JavaScript --> | |
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | |
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="aquestionymous"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="aquestionymous"></script> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="aquestionymous"></script> | |
<!-- If there is a problem connecting to CDN server, load jquery and bootstrap js from the app server --> | |
<script> | |
if(!window.jQuery){ | |
document.write('<script src="js/jquery-3.3.1.min.js"><\/script>'); | |
document.write('<script src="js/bootstrap.min.js"><\/script>'); | |
} | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment