Time Left : 00 : 30 : 00
$(“span.intro”). What does it select?
Correct Answer : D
We enclose HTML tags within?
Correct Answer : B
What is the function of the HTML style attribute?
Correct Answer : A
How to create an ordered list in HTML?
Correct Answer : B
Which attribute is used to provide a unique name to an HTML element?
Correct Answer : A
What are those objects called which are used for storing data on the client provided by the HTML local storage?
Correct Answer : C
What is the effect of the <b> tag?
Correct Answer : A
How many characters can be written in 1KB?
Correct Answer : B
Which property allows an image link to show a text label?
Correct Answer : A
What does the Alpha value in RGBA represent?
Correct Answer : B
What is the correct JavaScript syntax to write "Hello World"?
Correct Answer : A
Which of the following are examples of block-level elements in HTML?
Correct Answer : D
Apart from <i> tag, which of the following tag is used to render a text in italics?
Correct Answer : A
Which property is used to set colors in HTML?
Correct Answer : C
The most basic part of any HTML page is?
Correct Answer : A
Which property is used to set border colors in HTML?
Correct Answer : B
What is the speciality about the <small> and <big> tags in HTML?
Correct Answer : C
If a background image is smaller than the screen on which it is being displayed, what will occur on the webpage?
Correct Answer : C
What are the types of lists available in HTML?
Correct Answer : A
How to set a font for a whole page?
Correct Answer : B
HTML files are saved by default with the extension?
Correct Answer : A
What does the abbreviation HTML stand for?
Correct Answer : A
What does the Alpha value of 0.0 represent?
Correct Answer : B
What tag is used to render an image on a webpage?
Correct Answer : C
var ps = $("p"); ps will be..
Correct Answer : A
Which of the following properties is used to change the font of text?
Correct Answer : B
What are the types of unordered lists in HTML?
Correct Answer : B
What are some valid character sets available?
Correct Answer : D
What does the Alpha value of 0.0 represent?
Correct Answer : B
How many sizes of headers are available in HTML by default?
Correct Answer : D