HTML Test

HTML Test

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

Html Beginner

Html Beginner

6th - 11th Grade

19 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

Web Design

Web Design

10th - 12th Grade

15 Qs

Html

Html

10th Grade

20 Qs

HTML Quiz

HTML Quiz

7th - 12th Grade

15 Qs

Intro to HTML Quiz 1

Intro to HTML Quiz 1

9th Grade

20 Qs

HTML Test

HTML Test

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Bobby Johnson

Used 626+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

When making a web page, which two of the following tasks is HTML the most important language for? (Choose TWO)

Making the text a different color.

Separating out headings from paragraphs

Putting borders on an image

Adding information about the copyright

Organizing text into a list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programmer has an idea to use just one language for the content, structure, and style of web pages. What might be a problem with this idea?

It will be confusing and less organized for people to read and write code that mixes everything up together.

Structure is more important than style or content and needs its own language

Communicating about structure and style are different problems, and it is helpful to use two languages specific to those problems

A and C

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A group of artists is making a website. When should they use classes?

They want to make their h3 tags bigger than their h1 tags.

They want headings to be one color, but paragraphs to be a different color.

They want some images to float left, and other images to float right.

They want all the pages on their site to have the same style.

They want make a special color using RGB codes.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A student is using a stylesheet to make all the paragraphs on the website green, but it's not working on index.html, even though it works on the other web pages. What could be causing the problem?

1 only

3 only

1 and 2 only

1 and 3 only

1, 2, and 3

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

What code in the stylesheet could have made the text green? (Choose TWO)

.p {

color:green;

}

p {

color:green;

}

.special {

color:green;

}

special {

color:green;

}

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

The web developer wants to make the "My Page" text larger. Which TWO of the following would work? (Choose TWO)

Use <h6> instead of <h3>

Use <h1> instead of <h3>

Put the "My Page" text inside the tags.

Use CSS to set the font-size property of the h3 tag

Put the code style="larger" inside the h3 tag.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about copyright?

If an image is already on one web page, it's okay to use it on any web page.

If you make a lot of changes to an image, you do not need the permission of the original creator to post it on your site.

Image creators can decide both who can use their images and how the images can be used.

If there is no copyright information for an image, anyone is free to use it on their own sites.

You must always contact the creator for permission to use an image on your site.

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?