Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <head>
- <title>Question Answer</title>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
- <link rel="stylesheet" href="assets/css/main.css" />
- <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
- </head>
- <body>
- <!-- One -->
- <section id="one" class="wrapper">
- <div class="inner">
- <div class="media-object-section">
- <p><b>1. WHat is the full form of Computer?</b></p>
- <ul>
- <li>ABC</li>
- <li>CDE</li>
- <li>XYZ</li>
- <li>HHH</li>
- </ul>
- <input type='button' id='hideshow1' class="button special" value='Show/Hide Answer'>
- <div id="abc1">
- <div class="explanation panel div" id="div">
- <b>The Correct Answer is C. </b>
- <div class="line"></div>
- <b>Explanation:</b> The Managed phase of the SW-CMM involves the use of quantitative development metrics. The Software Engineering Institute (SEI) defines the key process areas for this level as Quantitative Process Management and Software Quality Management.
- </div>
- </div>
- </div>
- <div class="media-object-section">
- <p><b>1. WHat is the full form of Computer?</b></p>
- <ul>
- <li>ABC</li>
- <li>CDE</li>
- <li>XYZ</li>
- <li>HHH</li>
- </ul>
- <input type='button' id='hideshow2' class="button special" value='Show/Hide Answer'>
- <div id="abc2">
- <div class="explanation panel div" id="div">
- <b>The Correct Answer is C. </b>
- <div class="line"></div>
- <b>Explanation:</b> The Managed phase of the SW-CMM involves the use of quantitative development metrics. The Software Engineering Institute (SEI) defines the key process areas for this level as Quantitative Process Management and Software Quality Management.
- </div>
- </div>
- </div>
- </div>
- </section>
- <!-- Footer -->
- <footer id="footer">
- <div class="copyright">
- All Rights Reserved.
- </div>
- </footer>
- <script src="https://code.jquery.com/jquery-1.4.2.js"></script>
- <script>
- jQuery(document).ready(function(){
- jQuery('#hideshow1').live('click', function(event) {
- jQuery('#abc1 .div').toggle('show');
- });
- jQuery('#hideshow2').live('click', function(event) {
- jQuery('#abc2 .div').toggle('show');
- });
- });
- </script>
- <style>
- #div{
- display: none;
- }
- .button{
- border-radius: 5px;
- }
- .line{
- margin: 10px 0px;
- border-top: 2px solid #fff;
- display: block;
- width: 100%;
- }
- .media-object-section{
- font-weight: 500;
- background-color: #f3f3f3;
- display: block;
- width: 100%;
- border-bottom:4px solid #007591;
- -webkit-box-shadow: 0 10px 6px -6px #777;
- -moz-box-shadow: 0 10px 6px -6px #777;
- box-shadow: 0 10px 6px -6px #777;
- padding: 10px 0px;
- }
- ol {list-style-type: none;}
- .copyright1{
- text-align: center !important;
- }
- .media-object-section:last-child:not(:nth-child(2)) {
- padding: 1rem;
- }
- </style>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment