NEW
Font size
Worksheetsweb part1
Total questions: 40
Worksheet time: 20mins
Which tag is not required when creating a page?
doctype
strong
body
head
How to make text bold?
<br>bold</br>
<a>bold</a>
<p>bold</p>
<strong>bold</strong>
How is HTML decoded?
HyperThread Mask Language
HyperThread Markup Language
HyperText Mask Language
HyperText Markup Language
What extension should HTML documents have?
.php или .asp
.txt или .doc
.doc
.html
Which tag allows you to insert images into HTML documents?
<pic>
<img>
<picture>
<image>
Select a link with the correct syntax.
<a href='http://www.wisdomweb.ru' value='wisdomweb.ru' />
<a name='http://www.wisdomweb.ru'>wisdomweb.ru</a>
<a href='http://www.wisdomweb.ru'>wisdomweb.ru</a>
<a src='http://www.wisdomweb.ru'>wisdomweb.ru</a>
Specify a tag that allows you to create headers.
<strong>
<small>
<h2>
<em>
Specify a tag to identify the table.
<tab>
<table>
<tr>
<tabs>
Specify a tag to define an ordered list.
<ul>
<li>
<ol>
<list>
Where in the HTML document should the <title>, <link> and <meta> tags be defined.
These tags can be defined anywhere in the document.
In the <body> section
In the <head> section
Specify a tag that allows you to connect client-side scripts to an HTML document.
<client>
<applet>
<script>
<object>
Specify a tag that allows you to define a field for entering a password.
<password>
<input type='password' />
<pass>
<hide>
Specify a tag that allows you to create a list of this type.
· Almaty
· Astana
· Shymkent
<ol>
<list>
<ul>
<li>
What units can be used for the width attribute?
Millimeters and centimeters
Pixels and millimeters
Pixels and percentages
Using the ... tag allows you to add one line of text without starting a new paragraph.
<line/>
<br/>
<td/>
Specify which tags are used in the code below.
I am the first paragraph.
________________________________________
I am the second paragraph
<p>, <i> и <br />
<p>, <b> и <hr />
<div>, <i> и <br />
<div>, <b> и <hr />
What does the <p align="right"> … </p> tag say?
The text enclosed in the tag will be centered on the page
The text enclosed in the tag will be positioned on the left side of the page
The text enclosed in the tag will be centered on the page
The text enclosed in the tag will be positioned on the right side of the page.
Explain the meaning of the code below:
A table will be created with 1 row and 3 columns
A table will be created with 3 rows and 1 column
A table will be created with 2 rows and 3 columns
Write the HTML code that would create the submit button for the completed form. The button name is OK.
<input type="ОК" value="Submit"/>
<p> input type="submit" value="OK"< /p>
<input type="submit" value="ОК"/>
Fill in the fields to display the “flower.jpg” image with a height of 300px and a width of 750px:
<img ref=”flower” format=.jpg
high=300 px
width=750 px />
<src img=”flower.jpg”
height=”300%”
width=”750%”/>
<img src=”flower.jpg”
height=”300 px” alt=””
width=”750 px”/>
What does the following entry say: <form action="url" method="POST">?
A form is created, when filling in the entered data will be displayed
A form is created, when filling in the entered data will not be displayed
A form is being created that will serve to enter information presented as a link (URL)
The <frameset> tag requires the following attributes to size it:
Height and width
Border area and thickness
Rows and columns
Non-displayed comments in HTML are set as follows:
<! - Your comment -!>
<! - - Your comment - -!>
<!p> Your comment </!p>
What does the code in the picture mean?
The link will go to a new page
The link will be clicked on the current page
The text "Learn Playing" will appear on the current page
List the main content modules that exist in HTML 5.
Image, Media, Metadata, Link, Heading, Color, Input Value
Metadata, Embedded, Interactive, Heading, Phrasing, Flow, Sectioning
Flow, Static, Link, Header, Body, Footer, Processing, Chase
SessionStorage is a client-side solution in HTML 5 that allows you to:
Retrieve and use data from previous sessions, provided that cash and cookies have not been cleared
Create a database of user decisions in browser memory
Retrieve and use data from the current session only
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> ?
“Plus” Sign
«Minus» Sign
«Equals» Sign
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>
html/; - - ?; p; /body
html v.5; - - !; /p; /body
html; - - !; p; /body
Which attribute allows you to merge table cells vertically?
Union
Colspan
Rowspan
What does the <aside> tag define?
Additional content, ie. something that does not include the main document
Link to attached document
Document color scheme
Decipher the CSS abbreviation
Cascading Style Sheets
Case Style Says
Case Style Scholar
What is the extension of the style file?
.css
.ssc
.style
What tag in an HTML document should be used to include a stylesheet?
Tag: link
Tag: a
Tag: body
If you need to set padding on an element, what property would you use?
margin
padding
border
If you need to hover a pseudo-class on an element on hover, which of the following would you use?
:hover
:focus
:active
What CSS property is used to change the background color?
bgcolor
color
background-color
colorbg
What HTML tag is used to set the Internal style sheet?
<css>
<script>
<style>
Which CSS property controls text size?
font-size
text-height
text-size
text-style
Choose the Right CSS Syntax
a {font-weight: bold; }
{a:font-weight: bold; }
a {font:weight: bold }
a :font:weight = bold;
Choose the correct CSS syntax for changing the font name
font
font-name
font-family
fontname
