CSS and jQuery

CSS and jQuery

Professional Development

15 Qs

quiz-placeholder

Similar activities

Post-Test  SAP Sharing Knowledge

Post-Test SAP Sharing Knowledge

University - Professional Development

10 Qs

PHP & MySQL - parte 1

PHP & MySQL - parte 1

9th Grade - Professional Development

20 Qs

Examen de Access

Examen de Access

Professional Development

15 Qs

BASES DE DATOS PREVIO

BASES DE DATOS PREVIO

Professional Development

10 Qs

Soal HTML, CSS, dan JavaScript Basic

Soal HTML, CSS, dan JavaScript Basic

Professional Development

20 Qs

CSS basics

CSS basics

Professional Development

15 Qs

1ºDAM/DAW - Lenguajes de Marcas - UD2-3-9 - Prof. C. Boni

1ºDAM/DAW - Lenguajes de Marcas - UD2-3-9 - Prof. C. Boni

University - Professional Development

20 Qs

Microsoft Access

Microsoft Access

10th Grade - Professional Development

10 Qs

CSS and jQuery

CSS and jQuery

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Lay Jones

Used 14+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which line of html code would you use to add the image 'image.jpg' into index.html?

<img src="image.jpg">

<img href="image.jpg">

<img src="project/images/image.jpg">

<img src="images/image.jpg">

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does CSS stand for?

Colourful Style Sheets

Cascading Style Sheets

Creative Style Sheets

Computer Style Sheets

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When using the padding property, are you allowed to use negative values?

Yes

No

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which line of css would set the text in this paragraph to red?

<div id="container">

<p class="empth">Please be red</p>

</div>

#container.empth p { color: red;}

#container .empth p { color: red;}

#container p.empth { color: red;}

#empth p {color: red;}

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct CSS syntax for making all the <p> elements bold?

p { font-weight: bold; }

< p style="text-size: bold;" >

p { text-size: bold; }

< p style="font-size: bold;" >

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What language or library is the following code written in?


#function{

margin-left:20px;

}

JavaScript

CSS

jQuery

German

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

The most common cause for this error in a jQuery program is:

Your JS file is referenced before the jQuery library

Internet connectivity issues

You didn't define $ as a variable

The script path is incorr4ect

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?