Intermediate Level

Intermediate Level

7th Grade

10 Qs

quiz-placeholder

Similar activities

HTML & CSS Middle School

HTML & CSS Middle School

7th Grade

10 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

Tech Apps: HTML & CSS

Tech Apps: HTML & CSS

7th - 9th Grade

8 Qs

HTML/ CSS

HTML/ CSS

7th - 11th Grade

15 Qs

Intermediate level quiz

Intermediate level quiz

7th - 10th Grade

10 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

Vihan's Very Hard Computer Quizizz

Vihan's Very Hard Computer Quizizz

1st - 12th Grade

15 Qs

Intro to Programming

Intro to Programming

7th - 11th Grade

15 Qs

Intermediate Level

Intermediate Level

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Tharani Thara

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS full form?

A) Cascading Style Sheet

B) Computer Style Sheets

C) Creative Style Sheets

D) Customized Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tag is used to embed css in html page?

A. <html>

B.<head>

C.<style>

D.<tag>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to integrate CSS into a webpage?

A)Inline

B)External

C)Internal

D)All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the following CSS, what color will the <h1> text be? 

body { color: red; } h1 { color: blue; }

A)Red

B)Blue

C)Green

D)Black

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS selectors are used to specify a group of elements?

A) tag

B) id

C) class

D) both class and tag

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we write comments in CSS?

a. /* */

b. /* /*

c. //

d. /*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to link an external style sheet in the HTML file?

A) <link rel=""stylesheet" href=""style.css"" />

B) <link rel=""stylesheet"" ""style.css"" />

C) <link =""stylesheet"" href=""style.css"" />

D) <link rel=""stylesheet"" href=""style.html"" />

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?