HTML & CSS HS
Quiz by Razan tech
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
17 questions
Show answers
- Q1What does HTML stand for?Hyper Text Markup LanguageHashing Text Markup LanguageHyperlinks and Text Markup LanguageHome Tool Markup Language30s
- Q2If the opening tag is <P>
, what will the closing tag look like?
<P>
</P></>/P30s - Q3What do the tags
<P>
do in HTML?Insert a horizontal lineInsert a photographInsert a paragraphInsert a pause30s - Q4What is the correct HTML element for the smallest heading?HeadH6H7H130s
- Q5What is the difference between <ul> tag &< ol > tagul creates a bullet-pointed list, ol creates a numbered listul refers to items within a list, ol creates a listol refers to items within a list, ul creates a listol creates a bullet-pointed list, ul creates a numbered list30s
- Q6What is the purpose of the alt tag within an image?To specify the alignment of the image.To define the alternative text for the imageTo 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 bodyIn the head30s - 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 clickedAn error message.30s - Q9What does CSS stand for?Colourful Style SheetsCreative Style SheetsComputer Style SheetsCascading Style Sheet30s
- 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?
She has not put the image file into the same folder as her webpage so the web browser cannot find the imageShe has put quotation marks around the location of the imageShe has written the HTML code for inserting an image incorrectlyShe hasn’t finished off the end tag for the image,30s - Q11Which HTML tag is used to insert an internal style sheet into the head of a webpage?cssclassfilestyle30s
- Q12A language used to describe how HTML elements should be styledpythoncssHTMLJava Script30s
- Q13Which HTML attribute specifies the alignment of the content inside a table cell?borderbgcoloralign30s
- Q14Which HTML attribute sets the amount of space between the content of a cell and its border??widthcellpaddingcellspacingHeight30s
- Q15Which HTML attribute is used to merge two or more table cells horizontally?RowspanMergecellspancolspan30s