
Unit 1 - HTML/CSS Introduction Lesson 1 Test
Quiz by Joe Kramer
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
6 questions
Show answers
- Q1What is the difference between HTML and CSS?HTML deals with the function of the site and CSS the formCSS is a markup language unlike HTMLThere is no differenceCSS deals with the function of the site and HTML the form60s
- Q2What is the function of the tag: <title> This tag </title>stores the title of the website for the browser and search engine resultsshow the server how to index the websiteshow the server how to title the websitestore meta information about the title60s
- Q3What is an HTML element?Everything which is visible when viewing the siteEverything inside the head tagContent inside body tagStart tag and an end tag, with content in between60s
- Q4The Following is a paragraph element, What is a benefit of inputting text into one? <p> Hello World!</p>You cannot insert text outside of tagsIt prevents markup adjustmentsIt will not be displayedIt allows the text to be styled60s
- Q5Which tag contains ALL of the website's visible content?bodytitleheadstart60s
- Q6Which heading tag displays the largest text?h6h2h4h560s