Html and Css

Html and Css

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

HTML and CSS Final Test

HTML and CSS Final Test

6th - 8th Grade

12 Qs

CSS - Day 3

CSS - Day 3

1st - 12th Grade

10 Qs

Web Development

Web Development

8th - 10th Grade

12 Qs

Website Design

Website Design

KG - University

10 Qs

HTML Tags

HTML Tags

7th - 8th Grade

15 Qs

Web Design End of Quarter Study Quiz

Web Design End of Quarter Study Quiz

7th Grade

15 Qs

SDA Review Questions 21 - 30

SDA Review Questions 21 - 30

7th Grade

10 Qs

HTML and CSS

HTML and CSS

7th - 8th Grade

15 Qs

Html and Css

Html and Css

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

DS Team

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for referring to an external 

style sheet? (linking your HTML and Style sheet together) ?

<stylesheet>mystyle.css</stylesheet> 

<style src="mystyle.css">

<link rel="stylesheet" type="text/css" href="mystyle.css">

None of them

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to 

refer to an external style sheet (style.css)?

At the end of the document

the<body>section

In the <head> section

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What is the correct HTML element for the largest heading?

  1. <h6>

  1. <heading>

  1. <h1>

  1. <header>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which of the following CSS selectors targets an element with the class "example"?

  1. .example

  1. #example

  1. *example

  1. $example

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What is the correct CSS property to set the background color of an element?

  1. background-color

  1. bg-color

  1. color-background

  1. background

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML element to insert a line break?

<break>

<br>

<lb>

<line>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which rule-set would make all text in your web page blue and centered?

h1 { 

text-align: center; 

color: blue 

b)b

body { 

text-align: center; 

color: blue; 

}

p { 

text-align: center; 

color: blue 

}

none

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?

Discover more resources for Computers