wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Development Review

Total questions: 10

Worksheet time: 14mins

Name
Class
Date
1.

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

a)

Making the text a different color.

b)

Separating out headings from paragraphs

c)

Adding information about the copyright

d)

Organizing text into a list

2.

2. 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? (Choose TWO)

a)

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

b)

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

c)

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

d)

D. A and C

3.

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

a)

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

b)

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

c)

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

d)

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

4.

4. 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?

a)

1 only

b)

3 only

c)

1 and 2 only

d)

1 and 3 only

e)

1, 2, and 3

5.

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

a)
b)
c)
d)
6.

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

a)

Use <h6> instead of <h3>

b)

Use <h1> instead of <h3>

c)

Put the "My Page" text inside the tags

d)

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

7.

7. Which of the following is true about copyright?

a)

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

b)

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.

c)

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

d)

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

8.

8. Think about one difficult bug that you needed to fix in your program. What was your process for finding and fixing the bug?

4 lines
9.

9. Choose one piece of copyrighted material you used in your website. Why do you think the creator chose the license they used?

4 lines
10.

10. Choose one piece of information your class can know, but you don’t want to share on your website. Why is it okay for your classmates and teacher to know it, but not to post it publicly?

4 lines