What is located in the tag and where it should be located?
A heading not displayed on the page. It’s located in the tag
A heading displayed on the page, most often in the center at the top. It’s located in the tag
A heading not displayed on the page. It’s located in the tag
A heading displayed on the page, most often in the center at the top. It’s located in the tag
How do you add comments in a HTML-code?
// Comment
/* Comment*/
Comment
What's the name of a tag, which breaks the line?
Line break tag is used in HTML, and - in XHTML. The use of both are correct.
A developer should create headings of different levels. What tag would you use for less important headings?
is a tag of the first, most important level. Browsers recognize 6 levels, thus, the lowest one is a heading with the tag
How do you format the text using HTML tags to get the result as in the picture?
The tag defines bold text, and - italic writing
Lorem ipsum dolor sit amet, consectetuer adipiscing elit , sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit , sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit , sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
What does do?
Opens a new section of markup
Underlines text
Places a strikethrough over text
What's the difference between the lists and ?
- an unnumbered list, and - a numbered list
- a numbered list, and - an unnumbered list
- horizontal displaying of list elements, а - vertical
- vertical displaying of list elements, а - horizontal
What tag to use to write number 2 in the following chemical formula?
In what attribute of the tag is the address written where the use goes when clicking a link?
go
target
href
title
A document on a link should open in a new browser window. How do you do it?
You can't
What is written into the alt attribute of the tag?
An alternative link to an image
Image description
Image size change
There's no such attribute
What's the difference between and tags when defining a table?
has borders, and - hasn’t
should be closed, and - shouldn’t
creates a row, and - a table cell
creates table cell, and - a table row
What attribute of the tag is necessary for merging all table cells? Enter only the name
The right answer is colspan. Equating it to the number, a developer combines the set number of cells, for example, creating one cell from three merged ones.
colspan
colspan
How does Image map work in HTML?
It is defined by the tag, includes one or several tags where hyperlinks’ coordinates in the picture are written. When clicking the area within the coordinates, linking takes place.
Is defined by the tag, includes one or several tags where hyperlinks’ coordinates in the picture are written. When clicking the area within the coordinates, linking takes place
Is defined by the tag, creates the site graphical map. When clicking the heading, a user goes to a required page of the site
Why do we have forms in HTML?
For data exchange between the user and the server
To create editable fields
There no forms in HTML
How do you define a list of elements of a dropdown list in a form?
Junior HTML-developer
It seems you're at your very start of studying HTML and you still have to know many things! We hope this quiz showed you what you should pay attention to and what problems to solve. Arm yourself with patience and go ahead! Good luck! :) Show the quiz to friends, let them define their level!
Middle HTML-developer
You already know many things, but you haven't reached the professional level yet. We hope this quiz showed what gaps in knowledge you should fill. Good luck on the way of studying web development! Show the quiz to friends, let them define their level!
Senior HTML-developer
You did a great job. Probably, you work as a web developer? :) If no, you have every chance! Make sure to study CSS and JavaScript to increase your opportunities in the profession and all roads will be open. Show the quiz to friends, let them define their level!