Time Left : 00 : 30 : 00
How to create an ordered list in HTML?
Correct Answer : B
Which of the following is the correct syntax for using the HTML style attribute?
Correct Answer : A
Which property is used to set colors in HTML?
Correct Answer : C
What is meant by an empty tag in HTML?
Correct Answer : B
How to display preformatted text in HTML?
Correct Answer : B
What is the effect of the <b> tag?
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 are the types of unordered lists in HTML?
Correct Answer : B
How many characters can be written in 1KB?
Correct Answer : B
What does the Alpha value of 0.0 represent?
Correct Answer : B
What are the main components of the front end of any working website?
Correct Answer : D
What does the Alpha value of 0.0 represent?
Correct Answer : B
$(“span.intro”). What does it select?
Correct Answer : D
How is black color represented in terms of RGB values?
Correct Answer : A
What are the properties of block-level elements?
Correct Answer : D
jQuery code to set the background color of all span elements to blue?
Correct Answer : C
We enclose HTML tags within?
Correct Answer : B
Which of the following tags doesn’t require a closing tag?
Correct Answer : C
HTML files are saved by default with the extension?
Correct Answer : A
What does the abbreviation HTML stand for?
Correct Answer : A
var ps = $("p"); ps will be..
Correct Answer : A
Apart from <i> tag, which of the following tag is used to render a text in italics?
Correct Answer : A
Which attribute is used to provide a unique name to an HTML element?
Correct Answer : A
Which HTML tag is called the root element of an HTML document?
Correct Answer : A
Which HTML tag is used to set up a Javascript-like client-side scripting language?
Correct Answer : A
What is the select tag used for?
Correct Answer : A
jQuery code to set the background color of all span elements to blue?
Correct Answer : C
What tag is used to render an image on a webpage?
Correct Answer : C
Which of the following is correct about HTML?
Correct Answer : B
$(“div#id1 .cl1?). What does it select?
Correct Answer : B