
WT QUIZ
Quiz by Manthan Parikh
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
30 questions
Show answers
- Q1Which HTML tag is used to create a hyperlink?30s
- Q2Which CSS property is used to change the text color of an element?colorbackground-colortext-decorationfont-size30s
- Q3What does theIt defines a table structure.It is used to add images to a webpage.It is used to create an HTML form for user input.30s
- Q4Which HTML5 element is used to embed audio files in a webpage?30s
- Q5What is the purpose of the meta tag in an HTML document?To define JavaScript functionsTo format textTo provide metadata about the HTML document.To create hyperlinks30s
- Q6In CSS, what does a class selector start with?@#.$30s
- Q7Which JavaScript keyword is used to declare a variable?letvarfunctionconst30s
- Q8What is the correct syntax to create a function in JavaScript?function myFunction() {}create myFunction() {}def myFunction() {}function:myFunction() {}30s
- Q9What is the purpose of the 'for' loop in JavaScript?To declare variablesTo execute a block of code repeatedly for a specified number of times.To define objectsTo create functions30s
- Q10Which HTML element is used to define a table in a webpage?30sQ11Which CSS selector type is used to target a specific element with a unique identifier?Universal selectorClass selectorID selectorAttribute selector30sQ12In JavaScript, which of the following data structures is used to store a list of values?FunctionStringObjectArray30sQ13Which HTML5 tag is used to embed videos in a web page?30sQ14Which attribute of the
tag is used to specify the alternative text for an image?
alttitlesrchref30sQ15In CSS, what does the 'background-color' property do?It sets the background color of an elementIt changes the font colorIt adds a border to an elementIt sets the text color30s