The "#" is used to select an html element by its:
CSS and JQuery

Quiz
•
Computers
•
Professional Development
•
Medium
Gage Larsen
Used 142+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
class
id
name
data attribute
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The "." is used to select an html element by its:
favorite color
id
class
name
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following is correct syntax for CSS
p { color: red; }
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When would the following code be run
$(function() {});
When the user requests the page
When the user pushes a button
After all the elements are loaded
Never
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
CSS stands for
Cascading Style Sheets
Creative Style Settings
Compact Software Settings
Creative Setting Selectors
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is selected by $('.foo')?
<p>Foo</p>
<img id='foo'></img>
<div class='foo'></div>
<foo></foo>
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is selected by $('#bar')?
<div class='bar'></div>
<p data-bar='bar'></p>
<h1>bar</h1>
<img id='bar'></img>
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which of these CSS selectors would select all of the <img> tags in a <div>
img div
img.div
div img
div.img
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the following, what would $('.foo').data('info') return?
<div id='foo' data-info='google' data-test='bar'></div>
bar
div
undefined
Similar Resources on Quizizz
9 questions
HTML Basics

Quiz
•
9th Grade - Professio...
10 questions
HTML y CSS 1

Quiz
•
Professional Development
10 questions
Test de HTML

Quiz
•
Professional Development
10 questions
MEGASYSTEM - TECH

Quiz
•
Professional Development
7 questions
HTML

Quiz
•
Professional Development
10 questions
Pre-Test

Quiz
•
Professional Development
10 questions
Basic Python

Quiz
•
Professional Development
10 questions
Imaxes e elementos multimedia

Quiz
•
Professional Development
Popular Resources on Quizizz
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