NEW
Font size
WorksheetsCTI Web Dev. Week 6 Review
Total questions: 8
Worksheet time: 2mins
Which of the following is the correct way to make a large heading?
<h1>Title<h1>
h1{Title}
<h1>Title</h1>
h1<Title>
The CSS :hover selector styles elements when a user CLICKS on them.
True
False
Which of the following is a programming language?
HTML
Javascript
Spanish
CSS
To keep an animation's motion uniform throughout, use a ______ speed.
ease-in-out
infinite
ease-in
linear
Without a JS onclick, the <button> tag in html does nothing when it's clicked.
True
False
To make an input box in HTML, use the _______ tag.
<input>
<div>
<p>
<userInput>
What does @keyframes do in Javascript?
Creates a loop
Defines custom animations
Adds a button
Makes a responsive website
What does this JS function do?
Modifies a text element
Changes the website's text color to blue
Changes the website's background-color to blue
Displays 'blue' in an alert pop-up
