placeholder image to represent content

HTML & CSS HS

Quiz by Razan tech

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
17 questions
Show answers
  • Q1
    What does HTML stand for?
    Hyper Text Markup Language
    Hashing Text Markup Language
    Hyperlinks and Text Markup Language
    Home Tool Markup Language
    30s
  • Q2
    If the opening tag is <P>

    , what will the closing tag look like?

    <P>

    </P>

    </>
    /P
    30s
  • Q3
    What do the tags

    <P>

    do in HTML?
    Insert a horizontal line
    Insert a photograph
    Insert a paragraph
    Insert a pause
    30s
  • Q4
    What is the correct HTML element for the smallest heading?
    Head
    H6
    H7
    H1
    30s
  • Q5
    What is the difference between <ul> tag &< ol  > tag
    ul creates a bullet-pointed list, ol creates a numbered list
    ul refers to items within a list, ol creates a list
    ol refers to items within a list, ul creates a list
    ol creates a bullet-pointed list, ul creates a numbered list
    30s
  • Q6
    What is the purpose of the alt tag within an image?
    To specify the alignment of the image.
    To define the alternative text for the image
    To apply a border around the image.
    To set the width and height of the image.
    30s
  • Q7

    Where would we usually find the <Style> tag to insert an internal style sheet into the

    webpage?

    In the body
    In the head
    30s
  • Q8

    What would this code produce?

    ˂a href = "www.bbc.co.uk/news/ "        BBC News˂/a˃

    A blank space.

    Creates a hyperlink with the text ‘BBC News’ which goes to www.bbc.co.uk/news/ when clicked

    Creates a hyperlink with the image of the BBC news logo which goes to www.bbc.co.uk/news/ when clicked
    An error message.
    30s
  • Q9
    What does CSS stand for?
    Colourful Style Sheets
    Creative Style Sheets
    Computer Style Sheets
    Cascading Style Sheet
    30s
  • Q10

    Fiona is confused.

    She has written this code but the web browser is showing her this image instead of pizza.

    What is the most likely thing that she has done wrong?

    Question Image
    She has not put the image file into the same folder as her webpage so the web browser cannot find the image
    She has put quotation marks around the location of the image
    She has written the HTML code for inserting an image incorrectly
    She hasn’t finished off the end tag for the image,
    30s
  • Q11
    Which HTML tag is used to insert an internal style sheet into the head of a webpage?
    css
    class
    file
    style
    30s
  • Q12
    A language used to describe how HTML elements should be styled 
    python
    css
    HTML
    Java Script
    30s
  • Q13
    Which HTML attribute specifies the alignment of the content inside a table cell?
    border
    bgcolor
    align
    30s
  • Q14
    Which HTML attribute sets the amount of space between the content of a cell and its border??
    width
    cellpadding
    cellspacing
    Height
    30s
  • Q15
    Which HTML attribute is used to merge two or more table cells horizontally?
    Rowspan
    Merge
    cellspan
    colspan
    30s

Teachers give this quiz to your class