Basic HTML Skills Exam! Quiz

10 Questions | Attempts: 463
Share

SettingsSettingsSettings
Basic HTML Skills Exam! Quiz - Quiz

. Welcome to this Basic HTML skills exam! Quiz! Html is a computer programming language that is used extensively to write webpages on the internet. Are you well aware of this language? Why not test your knowledge with this fun quiz? The questions asked in the quiz will test your basic knowledge and will help you understand more concepts. Give it a try! Please make sure to read all the questions carefully before attempting. Keep learning and have fun!


Questions and Answers
  • 1. 
    Which of the following is/are correct code for linking a local HTML file called resources.html?
    • A. 

      <a href="https://www.resourses.com/"></a>

    • B. 

      <a href="./resourses.html"></a>

    • C. 

      <a href="../resourses.html"></a>

    • D. 

      <a href="./resourses.html" />

  • 2. 
    When was HTML developed?
    • A. 

      1993

    • B. 

      2000

    • C. 

      2003

    • D. 

      2005

  • 3. 
    Select the correct syntax.
    • A. 

      <p>I didn’t say <span> he stole the money.</span></p>

    • B. 

      <p>I didn’t say <span> he stole the money.<span></p>

    • C. 

      <p>I didn’t say <span> he stole the money.<span/></p>

    • D. 

      <p>I didn’t say <span> he stole the money.<span><p>

  • 4. 
    The posted speed limit on a highway is 55mph. When passing another car, what is the fastest you can legally drive?
    • A. 

       HyperText Markdown Language

    • B. 

       HyperText Markup Language

    • C. 

       HypoText Markup Language

    • D. 

       HyperText Makeup Language

  • 5. 
    Which of the following tags would contain the HTML for a web page’s visible content?
    • A. 

      <html>

    • B. 

      <head>

    • C. 

      <title>

    • D. 

      <body>

  • 6. 
    Why is the code below incorrect? <video src="video.mp4" controls >
    • A. 

      There is no closing tag.

    • B. 

      Video is a self closing tag that ends with  />

    • C. 

      Source is not valid video.

    • D. 

      All of the above

  • 7. 
    Which of the following tag should be the parent of the following code?   <title>Ripension😛</title>
    • A. 

      <html>

    • B. 

      <div>

    • C. 

      <head>

    • D. 

      <body>

  • 8. 
    Which code will open link in new tab?
    • A. 

      <a href="techboardiitg.com"></a>

    • B. 

      <a href="techboardiitg.com" target="_blank"></a>

    • C. 

      <a href="techboardiitg.com" target="blank"></a>

    • D. 

      None of the Above.

  • 9. 
    Complete the internal linking in the code given below.   <html> <head> <title>Brown Bears</title> </head> <body> <h1>Resources</h1> <ul> <li><a href="#videos">Videos</a></li> <li><a href="#lectures">Lectures</a></li> <li><a href="#websites">Websites</a></li> </ul> <div id="[Blank]"> <h2>Quadcopter videos</h2> <p><em>Fascinated by drones?</em>Here are all the resources you will need for learning the basics of a quadcopter.</p> <video src="https://www.youtube.com/watch?v=lseZwkkQ070"></video> </div> <div id="[Blank]"> <h2>Quadcopter lectures</h2> <p>Ever saw some cool self-flying drones? Let us learn making them ourselves.</p> </div> <div id="[Blank]"> <h2>Arduino websites</h2> <p>The small compact size and low cost of a Raspberry Pi is accompanied by functions of a computer. Let us take you to the amazing world of RPi.</p> <a href="https://howtoraspberrypi.com/how-to-raspberry-pi-headless-setup/"></a> </div> </body> </html>
  • 10. 
    Which of the following is the correct code for comment in HTML?
    • A. 

      ## I am a comment

    • B. 

      // I am a comment

    • C. 

      <!-- // I am a comment -->

    • D. 

      <!-- I am a comment -->

Back to Top Back to top
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.