Summer Quiz for Senior Class - Quiz Three

Summer Quiz for Senior Class - Quiz Three

9th - 12th Grade

50 Qs

quiz-placeholder

Similar activities

HTML Tags Vocabulary

HTML Tags Vocabulary

9th Grade

55 Qs

Java Fundamentals

Java Fundamentals

10th - 12th Grade

47 Qs

Bài 6 - Bài 8

Bài 6 - Bài 8

12th Grade

55 Qs

Webpage Design

Webpage Design

5th - 12th Grade

55 Qs

Web Page Design

Web Page Design

5th - 12th Grade

55 Qs

Web Design Trivia

Web Design Trivia

5th - 12th Grade

55 Qs

Private TST G10 ICT ch 6 and 21 final trial

Private TST G10 ICT ch 6 and 21 final trial

11th Grade - University

51 Qs

Summer Quiz for Senior Class - Quiz Three

Summer Quiz for Senior Class - Quiz Three

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ismail Jimoh

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to change the background color with css?

background-color: purple;

purple;

background-color = "purple";

backgroundcolor=orange

change-background-color: purple

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the <img> element an inline element?

No, the img element is a block element.
No, the img element is a form element.
Yes, the img element is a table element.
Yes, the img element is an inline element.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Whats the use of the <p> tag?

The

tag is used for creating links in HTML.

The

tag is used to define a header in HTML.

The

tag is used for embedding images in HTML.

The

tag is used to define a paragraph in HTML.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is required at the very start of an HTML5 document?

<doctype>

<!DOCTYPE html>

<html5>

<document>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TRUE OR FALSE: HTML is used to style web pages.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is missing from this HTML boilerplate?

<!DOCTYPE html>

<html>

<body>

</body>

</html>

<head></head>

<div></div>

<img></img>

<head>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change the font color with CSS?

font-color: green;

color: green;

change-font-color: green;

fontcolor=green;

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?