Advertisement
Aniket_Goku

mcq

Jan 20th, 2022
1,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5.   <meta name="viewport" content="width=device-width, initial-scale=1">
  6.   <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
  7.   <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
  8.     <title>MCQ</title>
  9. </head>
  10.  
  11. <style>
  12.     body
  13.     {
  14.         background:black;
  15.         color:white;
  16.        
  17.     }
  18.     .ques
  19.     {
  20.         margin-left:20px;
  21.         font-size:20px;
  22.         margin:20px;
  23.         font-weight:1000rm;
  24.         width:100%;
  25.     }
  26.     .ops
  27.     {
  28.        
  29.         margin-left:50px;
  30.         font-size:18px;
  31.         text-align:center;
  32.    
  33.     }
  34.     .op1
  35.     {
  36.         padding:5px;
  37.         border:1px solid LIME;
  38.        
  39.     }
  40.     .op1:hover
  41.     {
  42.  
  43.         box-shadow:inset 0px 0px 40px lime;
  44.     }
  45.     .row
  46.     {
  47.         padding:auto;
  48.     }
  49. </style>
  50. <body>
  51.     <div class="container">
  52.     <div  class="ques">Q1. Full form of PHP? </div>
  53.     <div class="ops row">
  54.         <label class="op1 col-auto">A. Personal Home Page</label>
  55.         <label class="op1 col-auto">B. Hypertext preprossesor</label>
  56.         <label class="op1 col-auto">C. A,B</label>
  57.         <label class="op1 col-auto">D. None</label>
  58.     </div>
  59.     <div class="ques">Q2. Who Developer of PHP? </div>
  60.     <div class="ops row">
  61.         <div class="op1  col-auto ">A. Matthew Perry</div>
  62.         <div class="op1  col-auto ">B. Rasmus Lerdorf</div>
  63.         <div class="op1  col-auto ">C. Matt LeBlanc</div>
  64.         <div class="op1  col-auto ">D. David Schwimmer</div>
  65.     </div>
  66.  
  67.     <div class="ques">Q3. What is the motive of jquery? </div>
  68.     <div class="ops row ">
  69.         <div class="op1 col-auto">A. "I do not fear this new challenge. Rather like a true warrior I will rise to meet it." </div>
  70.         <div class="op1 col-auto">B. “Sometimes You Must Hurt In Order To Know, Fall In Order To Grow, Lose In Order To Gain, Because Life’s Greatest Lessons Are Learned Through Pain.”</div>
  71.         <div class="op1 col-auto">C. "In All Things, One Cannot Win With Defense Alone. To Win, You Must Attack."</div>
  72.         <div class="op1 col-auto">D. "write less, do more”</div>
  73.     </div>
  74.  
  75.     <div class="ques">Q4. Who is not in F.R.I.E.N.D.S. ? </div>
  76.     <div class="ops row row-col-auto ">
  77.         <div class="op1 col-auto  ">A. Matthew Perry [ABCDEFGHIJKLMNOPQRSTUVWXYZ]</div>
  78.         <div class="op1 col-auto  ">B. Rasmus Lerdorf [ABCDEFGHIJKLMNOPQRSTUVWXYZ]</div>
  79.         <div class="op1 col-auto  ">C. Matt LeBlanc [ABCDEFGHIJKLMNOPQRSTUVWXYZ]</div>
  80.         <div class="op1 col-auto  ">D. David Schwimmer [ABCDEFGHIJKLMNOPQRSTUVWXYZ]</div>
  81.     </div>
  82.     </div>
  83. </body>
  84.  
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement