Web Dev Final

Web Dev Final

University

30 Qs

quiz-placeholder

Similar activities

PRE/POST TEST - CSS

PRE/POST TEST - CSS

University

28 Qs

MIDTERM SW3 - FDP

MIDTERM SW3 - FDP

University

30 Qs

Node JS

Node JS

University

33 Qs

HTML Quiz

HTML Quiz

University

30 Qs

Web Mania - (Round 1)

Web Mania - (Round 1)

University

25 Qs

Web Dev MasterClass Day1

Web Dev MasterClass Day1

6th Grade - Professional Development

34 Qs

HTML Quiz : Batch1

HTML Quiz : Batch1

University

25 Qs

Test Evaluasi 1-Web Dasar

Test Evaluasi 1-Web Dasar

University

25 Qs

Web Dev Final

Web Dev Final

Assessment

Quiz

Computers

University

Hard

Created by

Waien Watamama

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for an inline CSS style?

h1   {color: blue;}

<h1 style="color:blue;">A Blue Heading</h1>

<link rel="stylesheet" href="/html/styles.css">

#para1 {
  text-align: center;
  color: red;
}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a way to add CSS to HTML?

Inline

Internal

Direct

External

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the CSS color property?

To define the text color

To define the font color

To define the background color

To define the border color

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to group CSS selectors?

h1, h2, p {color: red;}

h1 h2 p {color: red;}

h1 & h2 & p {color: red;}

h1; h2; p {color: red;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to define internal CSS?

<style>

<link>

<body>

<head>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the CSS font-size property control?

The size of the margin

The size of the text

The size of the element

The size of the border

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which selector is used to select an element with a specific id?

#id

*

.class

element

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?