placeholder image to represent content

study guide

Quiz by Wasfi LAhead

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
22 questions
Show answers
  • Q1
    What is the markup for using the HTML5 video element?
    <video ="intro.mp7" width="400" height="300"></video>
    <video svc="intro.mp4" width="400" height="300"></video>
    <video src="intro.mp3" width="400" height="300"></video>
    <video src="intro.mp4" width="400" height="300"></video>
    30s
  • Q2
    What is the markup for using the HTML5 audio element?
    <audio ="sample.mp3" controls="controls"></audio>
    <audio src="sample.mp3" controls="controls"></audio>
    <audio src="sample.mp4" controls="controls"></audio>
    audio
    30s
  • Q3
    What is semantic markup?
    gives better meaning, or definition, to several tags so they make more sense to humans, programs, and Web browsers
    uses simpler tags to replace many of the div tags
    which means they can be used with any HTML element.
    creating the structure of an HTML document
    30s
  • Q4
    Which HTML5 tags are used to structure and organize a document?
    <article>
    <address>
    <footer>
    all of the above
    30s
  • Q5
    When should I use the <section> tag versus another type of element?
    Depends on the situation
    Java Script
    C++
    Document only
    30s
  • Q6
    How do you create a table?
    <table border="true">
    <table border="True">
    <table border="1">
    <table ="1">
    30s
  • Q7
    How do you create an ordered list and an unordered list?
    </ol>
    <lo>
    <ol>
    <ul>
    30s
  • Q8
    Which HTML5-specific attributes do you use for restricting form input?
    alt
    accept
    target
    control
    30s
  • Q9
    What is an animation?
    is a programming technique in which a function calls itself.
    is the display of a sequence of static images at a fast enough speed to create the illusion of movement.
    changing a display to make it dynamic
    recursion turns out to be not only permissible but powerful
    30s
  • Q10
    Which JavaScript function can you use to create an animation?
    move_paragraph
    <script type = "text/javascript">
    <!doctype html>
    move_paragraph()
    30s
  • Q11
    How can you display an image file using JavaScript?
    Element('create')
    createElement()
    createElement();
    imageElemet()
    30s
  • Q12
    How do you use JavaScript to manipulate canvas elements?
    get('context')
    Context('get')
    .getContext)
    getElementById()
    30s
  • Q13
    Which API enables you to exchange data strings between a client and server?
    C++HttpRequest
    HttpRequest(API)
    XMLHttpRequest API
    XMLRequestAPI
    30s
  • Q14
    What is parsing?
    the absence of a dynamic Web server
    In such a case, it’s far more convenient and trouble-free to encapsulate the policy
    a term used to describe analysis of complex information into constituent parts.
    a word programmers use to mean, roughly, “style of action.”
    20s
  • Q15
    How can I restrict the type of file to load?
    put file in local session
    Putting file in different folders
    there is no effective way to specify which type of file to load
    Adding a filter
    20s

Teachers give this quiz to your class