a) <a> b) <p> c) <li> d) <ol> Answer: a Explanation: <a> element is used for creating ...
View QuestionWhich element is used for short quote?
a) <q> b) <blockquote> c) <em> d) <abbr> Answer: a Explanation: <em> element indicates emphasis, browser will show the ...
View QuestionThe <hr> tag in HTML is used for –
The <hr> tag in HTML is used for - a) new line b) vertical ruler c) new paragraph d) horizontal ...
View QuestionWhich color do RGB (255,255,255) represent?
a) White b) Black c) Red d) Blue Answer: a Explanation: When all the three values are 255, it ...
View QuestionWhat does R, G and B in RGB value of HTML color mean?
a) Red, Green, Blue b) Red, Grey, Black c) Red, Grey, Blue d) Red, Green, Black Answer: a Explanation: ...
View QuestionWhat is the new format to display vector images?
a) SVG b) GIF c) JPG d) PNG Answer: a Explanation: SVG stands for Scalable Vector Graphics. It is ...
View QuestionWhich of the following tag is used to create a combo box (or drop-down box)?
a) <list> b) <select> c) <input type = "dropdown"> d) <ul> Answer: b Explanation: HTML <select> tag is used ...
View QuestionChoose the correct option.
a) HTML elements are represented within tags b) HTML tags are case insensitive c) While executing an HTML document, ...
View QuestionBy using which of the following options, the border of table can be collapsed?
a) border-collapse:collapse b) table-border:collapse c) border:collapse d) table-border-collapse:collapse Answer: a Explanation: In order to collapse the border ...
View QuestionWhat are the types of unordered or bulleted list in HTML?
a) disc, square, triangle b) polygon, triangle, circle c) disc, circle, square d) All of the above Answer: c
View Question