CSS and JQuery

Quiz
•
Computers
•
Professional Development
•
Medium
Gage Larsen
Used 145+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The "#" is used to select an html element by its:
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 Wayground
10 questions
UNIDAD 3: ELABORACIÓN DE DOCUMENTOS

Quiz
•
Professional Development
10 questions
React and Hooks

Quiz
•
Professional Development
10 questions
React 101

Quiz
•
Professional Development
10 questions
php- basics

Quiz
•
Professional Development
10 questions
HTML_T3

Quiz
•
Professional Development
10 questions
HTML_T2

Quiz
•
Professional Development
11 questions
JavaScript

Quiz
•
Professional Development
10 questions
เก็บคะแนนหน่วยที่ 1 ความรู้พื้นฐานเกี่ยวกับการสร้างเว็บไซต์

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade