Which element is used to get highlighted text in HTML5?
Anonymous Quiz
3%
<u>
63%
<mark>
29%
<highlight>
5%
<b>
Which of the following is not an HTML5 tag?
Anonymous Quiz
28%
<track>
6%
<video>
55%
<slider>
11%
<source>
How do we write comments in HTML?
Anonymous Quiz
5%
>.……/<
77%
<!-- comment -->
2%
>/……/<
16%
<!.……>
Which element is used for styling HTML5 layout?
Anonymous Quiz
88%
CSS
6%
jQuery
5%
JavaScript
2%
PHP
What is the correct syntax to write an HTML comment?
Anonymous Quiz
13%
<-- Comment -->
6%
// Comment
3%
# Comment
78%
<!-- Comment -->
What is the effect of the <b> tag?
Anonymous Quiz
86%
It converts the text within it to bold font.
5%
It is used to write black-colored font.
5%
It is used to change the font size.
5%
None of the above.
What is the function of the HTML style attribute?
Anonymous Quiz
30%
It is used to add styles to an HTML element.
14%
It is used to uniquely identify some specific styles of some element.
54%
Both A and B.
3%
None of the above.
What is the <select> tag used for?
Anonymous Quiz
44%
Creates a combo box.
43%
Select some attributes and change their style.
4%
Change text font.
10%
None of the above.
What is special about the <small> and <big> tags in HTML?
Anonymous Quiz
20%
They work on anything.
48%
They can be used for text only.
29%
They can be repeated.
4%
None of the above.
What tag is used to render an image on a webpage?
Anonymous Quiz
80%
<img>
16%
<src>
2%
<image>
1%
None of the above
Which attribute is used to provide a unique name to an HTML element?
Anonymous Quiz
72%
id
13%
class
6%
type
9%
None of the above
Which HTML element is used to define denoscription data?
Anonymous Quiz
6%
<li>
5%
<ol>
63%
<dd>
26%
<dl>
Which HTML tag is called the root element of an HTML document?
Anonymous Quiz
66%
<html>
16%
<body>
10%
<noscript>
8%
<head>
Which of the following colors contain equal amounts of RGB?
Anonymous Quiz
10%
White
12%
Gray
10%
Black
68%
All of the above
👎1
An HTML document begins with <html> and ends with:
Anonymous Quiz
81%
</html>
16%
<\html>
1%
<|html>
3%
None
The visible part of the HTML document is between <body> and:
Anonymous Quiz
86%
</body>
8%
<\body>
5%
None
1%
<end>
🔥1
HTML headings are defined with the …… to …… tags:
Anonymous Quiz
79%
<h1> to <h6>
7%
<h1> to <h16>
1%
<h1> to <h10>
13%
<heading> to </heading>
In <img>, the source file and alternative text are provided as:
Anonymous Quiz
88%
src , alt
4%
alt , src
4%
crs , alt
4%
href , alt