Digital Media Literacy. Second Trimester Final

15 Questions | Attempts: 97
Share

SettingsSettingsSettings
Digital Media Literacy.  Second Trimester Final - Quiz

This final will show how well each student understands the HTML code they have been working with.


Questions and Answers
  • 1. 
    What element of a style sheet will cause text to wrap around an image on the left or right?
    • A. 

  • 2. 
    Which tags shown here require a footer?
    • A. 

      The body tag

    • B. 

      The font tag

    • C. 

      Only the font tag and the div tag

    • D. 

      None of them

    • E. 

      All of the tags require a footer

  • 3. 
    Which tags shown here can have an inline style sheet?
    • A. 

      Font only

    • B. 

      Div tags only

    • C. 

      Hyperlinks only

    • D. 

      Body, font and div only

    • E. 

      All of the tags can use inline style sheets

  • 4. 
    3. IF YOU WANTED TO POSITION A GRAPHIC OR TABLE ON A PAGE WHAT THREE ELEMENTS WOULD YOU NEED IN A STYLE SHEET TO PUT IT IN IT’S PROPER PLACE?
    • A. 

      Relative, bottom, right

    • B. 

      Position, top, left

    • C. 

      Inherit, center, absolute

    • D. 

      Place, where, src

    • E. 

      Z-index, pic, position

  • 5. 
    4. WHICH Z-INDEX WILL BE ON THE BOTTOM OF THE LAYERS?
    • A. 

      Z-index: 2

    • B. 

      Z-index: 0

    • C. 

      Z-index: -5

    • D. 

      Z-index:5

    • E. 

      Z-index: b

  • 6. 
    TRUE OR FALSE: the image hyper link below is properly formatted.
    • A. 

      True

    • B. 

      False

  • 7. 
    IN THE CODE ABOVE WHAT SIZE and color WILL THE FONT BE WHEN IT IS SHOWN in the browser?
    • A. 

      Font 5 and color blue

    • B. 

      Font 6 and color white

    • C. 

      Font 11 and color black

    • D. 

      Font 12 and color white

    • E. 

      Font 5 and color black

  • 8. 
    What is wrong with this hyper link and why won’t it work?
    • A. 

      Nothing's wrong it works just fine

    • B. 

      The web address does not have quotes around it

    • C. 

      No footer is needed and the text is in the wrong place

    • D. 

      There is no 'A' anchor tag used and the quotes are missing around the address

    • E. 

      Href is the wrong tag for a hyperlink and will not be visible in a browser.

  • 9. 
     True or false? The body tag can set all attributes for the entire page including margins and text color.
    • A. 

      True

    • B. 

      False

  • 10. 
     in the code below: will the image or the color be showing for the background behind the text?    
    • A. 

      Only the image

    • B. 

      Only the color

    • C. 

      The color will show behind the words but the background can be seen

    • D. 

      Neither it is coded incorrectly

    • E. 

      The background will be in front of the color

  • 11. 
    All graphic types below can be viewed on a web page except: *.jpg,  *.gif, *.psd, *.bmp.
    • A. 

      PSD

    • B. 

      BMP

    • C. 

      GIF

    • D. 

      JPG

  • 12. 
    TRUE OR FALSE: you can view your live web page without uploading it to the server.
    • A. 

      TRUE

    • B. 

      FALSE

  • 13. 
    TRUE OR FALSE: all content, that will be viewed on a live web page, must be between the body header and footer tags.
    • A. 

      TRUE

    • B. 

      FALSE

  • 14. 
    How many columns  and rows will be generated with the code below?
    • A. 

      2 columns 6 rows

    • B. 

      3 columns 2 rows

    • C. 

      6 rows 2 columns

    • D. 

      3 rows 3 columns

    • E. 

      2 columns 3 rows

  • 15. 
    TRUE OR FALSE:  a table cannot be used to divide a page into sections.
    • A. 

      TRUE

    • B. 

      FALSE

Back to Top Back to top