
HTML (Levels 51-69)
Quiz by Praise
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
22 questions
Show answers
- Q1Which HTML element groups elements and labels within a form?FieldsetSpanDivTable30s
- Q2In HTML, which element acts as a caption for the content in the30s
- Q3What does the legend element provide users with in a form?the option to upload filescontext about what they should enter into that part of the formthe ability to change the font stylea direct link to submit the form30s
- Q4What type of attribute does the input element need to create a checkbox?srcclassidtype30s
- Q5What is the purpose of the 'id' attribute in HTML?To uniquely identify an element on a web pageTo create a hyperlinkTo add a border to an elementTo change the font size of an element30s
- Q6What does the 'for' attribute in HTML specify?The background color of a webpageThe 'for' attribute specifies which form element a label is bound to.The image to be displayed on a webpageThe font style for a specific element30s
- Q7How is the 'for' attribute in HTML different from the 'id' attribute?The 'for' attribute in HTML specifies which form element a label is bound to, while the 'id' attribute uniquely identifies an element in a document.Both the 'for' and 'id' attributes perform the same function.The 'id' attribute specifies which form element a label is bound to, while the 'for' attribute uniquely identifies an element in a document.The 'for' attribute is not valid in HTML, only the 'id' attribute is used.30s
- Q8What does the 'value' attribute in HTML do?It adds a border around an image.It specifies the value of an input element.It increases the font size of a paragraph.It changes the background color of a website.30s
- Q9Why is it considered best practice to include the value attribute with any checkboxes or radio buttons on a webpage?To decrease the accessibility of the webpageTo ensure that the user input is properly submitted with the formTo slow down the loading speed of the webpageTo make the checkboxes or radio buttons more visually appealing30s
- Q10In HTML, what does the checked attribute do for a checkbox input element?It adds a border around the checkboxIt specifies that the checkbox should be pre-selected when the page loadsIt changes the color of the checkbox when it is checkedIt disables the checkbox and prevents it from being checked30s
- Q11What is the purpose of the footer element in HTML?To display images in a document.To define a footer for a document or section.To define a header for a document or section.To highlight important text in a document.30s
- Q12Which HTML element is used to define a header for a document or section?HeaderSectionFooterMain30s
- Q13What type of information is typically found in a footer?The web developer's informationRecipes for baking cookiesHistorical facts about the subjectInformation about the author of the document, copyright data, links to terms of use, contact information, and more30s
- Q14Which element is used to contain metadata about the document, such as its title, links to stylesheets, and scripts?divbodyheadtitle30s
- Q15What is metadata?Links to other websitesInformation about the page that isn't displayed directly on the pageImages displayed on the pageContent shown on the page30s