In this code, what is the term for the h1?
h1 {
color: red;
font-size: 5em;
}
Web Dev
Quiz
•
Other
•
University
•
Hard
Rakshit Sinha
Used 9+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
In this code, what is the term for the h1?
h1 {
color: red;
font-size: 5em;
}
selector
combinator
declarator
markup
2.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
What will this loop print?
let max = 3;
for (i = 0; i > max; i++) {
document.write("skrt ");
}
skrt skrt skrt
skrt skrt
skrt skrt skrt skrt
None of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Which choice is a correct use of the parseInt() function in Javascript that parses a string and return an integer?
parseInt("six");
parse_int('6');
parseInt("6");
parseint("6");
4.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
In the context of this code, how would you describe user?
const user = {
given_name: "Joe",
family_name: "Bloggs",
age: 40,
};
function
array
variable
object
5.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
Which array method should you apply to run a function for every item within an array, returning an array of all items for which the function is true?
every()
map()
forEach()
filter()
6.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
What are the best examples of void elements?
<link><meta><title>
<br><base><source>
<area><embed><strong>
7.
MULTIPLE CHOICE QUESTION
30 sec • 20 pts
What is the best way to apply bold styling to text?
<strong>
Using CSS
<bold>
<b>
10 questions
Test de JavaScript
Quiz
•
University
15 questions
Tech quiz Round 1
Quiz
•
University
20 questions
CodeMavarick
Quiz
•
University
10 questions
Java set 1
Quiz
•
University
20 questions
Intervalos
Quiz
•
University
17 questions
Basics of Programming with C
Quiz
•
University
20 questions
QUIZ WEEK 6
Quiz
•
University
10 questions
Recordando JavaScript
Quiz
•
University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade