wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

web part1

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Which tag is not required when creating a page?

a)

doctype

b)

strong

c)

body

d)

head

2.

How to make text bold?

a)

<br>bold</br>

b)

<a>bold</a>

c)

<p>bold</p>

d)

<strong>bold</strong>

3.

How is HTML decoded?

a)

HyperThread Mask Language

b)

HyperThread Markup Language

c)

HyperText Mask Language

d)

HyperText Markup Language

4.

What extension should HTML documents have?

a)

.php или .asp

b)

.txt или .doc

c)

.doc

d)

.html

5.

Which tag allows you to insert images into HTML documents?

a)

<pic>

b)

<img>

c)

<picture>

d)

<image>

6.

Select a link with the correct syntax.

a)

<a href='http://www.wisdomweb.ru' value='wisdomweb.ru' />

b)

<a name='http://www.wisdomweb.ru'>wisdomweb.ru</a>

c)

<a href='http://www.wisdomweb.ru'>wisdomweb.ru</a>

d)

<a src='http://www.wisdomweb.ru'>wisdomweb.ru</a>

7.

Specify a tag that allows you to create headers.

a)

<strong>

b)

<small>

c)

<h2>

d)

<em>

8.

Specify a tag to identify the table.

a)

<tab>

b)

<table>

c)

<tr>

d)

<tabs>

9.

Specify a tag to define an ordered list.

a)

<ul>

b)

<li>

c)

<ol>

d)

<list>

10.

Where in the HTML document should the <title>, <link> and <meta> tags be defined.

a)

These tags can be defined anywhere in the document.

b)

In the <body> section

c)

In the <head> section

11.

Specify a tag that allows you to connect client-side scripts to an HTML document.

a)

<client>

b)

<applet>

c)

<script>

d)

<object>

12.

Specify a tag that allows you to define a field for entering a password.

a)

<password>

b)

<input type='password' />

c)

<pass>

d)

<hide>

13.

Specify a tag that allows you to create a list of this type.

·        Almaty

·        Astana

·        Shymkent

a)

<ol>

b)

<list>

c)

<ul>

d)

<li>

14.

What units can be used for the width attribute?

a)

Millimeters and centimeters

b)

Pixels and millimeters

c)

Pixels and percentages

15.

Using the ... tag allows you to add one line of text without starting a new paragraph.

a)

<line/>

b)

<br/>

c)

<td/>

16.

Specify which tags are used in the code below.

I am the first paragraph.

________________________________________

I am the second paragraph

a)

<p>, <i> и <br />

b)

<p>, <b> и <hr />

c)

<div>, <i> и <br />

d)

<div>, <b> и <hr />

17.

What does the <p align="right"> … </p> tag say?

a)

The text enclosed in the tag will be centered on the page

b)

The text enclosed in the tag will be positioned on the left side of the page

c)

The text enclosed in the tag will be centered on the page

d)

The text enclosed in the tag will be positioned on the right side of the page.

18.

Explain the meaning of the code below:

a)

A table will be created with 1 row and 3 columns

b)

A table will be created with 3 rows and 1 column

c)

A table will be created with 2 rows and 3 columns

19.

Write the HTML code that would create the submit button for the completed form. The button name is OK.

a)

<input type="ОК" value="Submit"/>

b)

<p> input type="submit" value="OK"< /p>

c)

<input type="submit" value="ОК"/>

20.

Fill in the fields to display the “flower.jpg” image with a height of 300px and a width of 750px:

a)

<img ref=”flower” format=.jpg

high=300 px

width=750 px />

b)

<src img=”flower.jpg”

height=”300%”

width=”750%”/>

c)

<img src=”flower.jpg”

height=”300 px” alt=””

width=”750 px”/>

21.

What does the following entry say: <form action="url" method="POST">?

a)

A form is created, when filling in the entered data will be displayed

b)

A form is created, when filling in the entered data will not be displayed

c)

A form is being created that will serve to enter information presented as a link (URL)

22.

The <frameset> tag requires the following attributes to size it:

a)

Height and width

b)

Border area and thickness

c)

Rows and columns

23.

Non-displayed comments in HTML are set as follows:

a)

<! - Your comment -!>

b)

<! - - Your comment - -!>

c)

<!p> Your comment </!p>

24.

What does the code in the picture mean?

a)

The link will go to a new page

b)

The link will be clicked on the current page

c)

The text "Learn Playing" will appear on the current page

25.

List the main content modules that exist in HTML 5.

a)

Image, Media, Metadata, Link, Heading, Color, Input Value

b)

Metadata, Embedded, Interactive, Heading, Phrasing, Flow, Sectioning

c)

Flow, Static, Link, Header, Body, Footer, Processing, Chase

26.

SessionStorage is a client-side solution in HTML 5 that allows you to:

a)

Retrieve and use data from previous sessions, provided that cash and cookies have not been cleared

b)

Create a database of user decisions in browser memory

c)

Retrieve and use data from the current session only

27.

What will be created when the following code is executed:

<svg width="75" height="75">

<line x1="50" y1="0" x2="50" y2="100"

style="stroke:black" />

<line x1="0" y1="50" x2="100" y2="50"

style="stroke:black" />

</svg> ?

a)

“Plus” Sign

b)

«Minus» Sign

c)

«Equals» Sign

28.

Fill in the blanks in such a way that you get a valid HTML document. "First paragraph" - a comment.

<___>

<body>

<! - - First paragraph ___>

<___> This is the first paragraph! </p>

<___>

</html>

a)

html/; - - ?; p; /body

b)

html v.5; - - !; /p; /body

c)

html; - - !; p; /body

29.

Which attribute allows you to merge table cells vertically?

a)

Union

b)

Colspan

c)

Rowspan

30.

What does the <aside> tag define?

a)

Additional content, ie. something that does not include the main document

b)

Link to attached document

c)

Document color scheme

31.

Decipher the CSS abbreviation

a)

Cascading Style Sheets

b)

Case Style Says

c)

Case Style Scholar

32.

What is the extension of the style file?

a)

.css

b)

.ssc

c)

.style

33.

What tag in an HTML document should be used to include a stylesheet?

a)

Tag: link

b)

Tag: a

c)

Tag: body

34.

If you need to set padding on an element, what property would you use?

a)

margin

b)

padding

c)

border

35.

If you need to hover a pseudo-class on an element on hover, which of the following would you use?

a)

:hover

b)

:focus

c)

:active

36.

What CSS property is used to change the background color?

a)

bgcolor

b)

color

c)

background-color

d)

colorbg

37.

What HTML tag is used to set the Internal style sheet?

a)

<css>

b)

<script>

c)

<style>

38.

Which CSS property controls text size?

a)

font-size

b)

text-height

c)

text-size

d)

text-style

39.

Choose the Right CSS Syntax

a)

a {font-weight: bold; }

b)

{a:font-weight: bold; }

c)

a {font:weight: bold }

d)

a :font:weight = bold;

40.

Choose the correct CSS syntax for changing the font name

a)

font

b)

font-name

c)

font-family

d)

fontname