Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Kiểm tra cuối học kì 2 - K10

Total questions: 25

Worksheet time: 17mins

Name
Class
Date
1.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
2.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
3.
A <tag>
a)
Is used to divide sections
b)
Is not needed in HTML
c)
Tells the browser how to format our content
d)
Is part of the title line in HTML
4.
<h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
5.
<p> is
a)
punctuation tag
b)
closing paragraph tag
c)
closing punctuation tag
d)
paragraph tag
6.
A Header;
a)
Must include your name
b)
First Line of your code
c)
Found at bottom of your code
d)
Not needed in HTML
7.
<img> tag finds;
a)
finds the image located at the a URL and the src attribute and then displays it.
b)
finds the image located at the SRC in the URL attribute and then displays it.
c)
Adds a cool picture
d)
Does not work in HTML coding
8.
<img> tag finds;
a)
finds the image located at the a URL and the src attribute and then displays it.
b)
finds the image located at the SRC in the URL attribute and then displays it.
c)
Adds a cool picture
d)
Does not work in HTML coding
9.

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)

Putting borders on an image

d)

Adding information about the copyright

e)

Organizing text into a list

10.

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.

e)

They want make a special color using RGB codes.

11.

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

12.

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

a)

.p {

color:green;

}

b)

p {

color:green;

}

c)

.special {

color:green;

}

d)

special {

color:green;

}

13.

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

e)

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

14.

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.

e)

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

15.

What is the correct HTML element for inserting a line break?

a)

<br>

b)

<lb>

c)

<break>

16.

What is the correct HTML for adding a background color?

a)

<background>yellow</background>

b)

body {"background-color:yellow;}

c)

(body bg="yellow")

d)

background color = "yellow"

17.

What is this tag used for?


<tc> content </tc>

a)

table columns

b)

table rows

c)

table headers

d)

tc is not a tag

18.

What is a HTML tag?

a)

A tag at the end of a HTML

b)

A closing and opening to a Sentence, Header ex.

c)

A paragraph in a website

d)

A opener to a website

19.

What is a CSS?

a)

A language that adds style to the page

b)

A language used to structure the content of a page

c)

The body of your website

d)

The bones of your website

20.

HTML stands for:

a)

HyperText Markup Language

b)

HyperTurbo Machine Language

c)

HyperTraining Making Language

d)

HappyTime Makeup Lounge

21.

Every website begins with a file named:

a)

page.html

b)

start.html

c)

main.html

d)

index.html

22.

The tag that signals to a computer that the file it is reading is an HTML document is _____________ .

a)

<web>

b)

<!DOCTYPE html>

c)

<head>

d)

<html>

23.

What is a bug?

a)

Part of a program that does not work correctly

b)

a Hemipteron

c)

Part of a program that does work correctly

d)

Finding and fixing problems in an algorithm or program.

24.

The <img> tag is empty; it doesn't have a ______ tag.

a)

new

b)

freestyle

c)

closing

25.

Which of the following will correctly display the words above?

a)

<h3> Eggs </h3>

<h1> Bacon </h1>

<h6> Waffles </h6>

b)

B<h1> Eggs </h1>

<h2> Bacon </h2>

<h3> Waffles </h3>

c)

<h6> Eggs </h6>

<h1> Bacon </h1>

<h3> Waffles </h3>