Which works similar to <b> element? a) <strong> b) <em> c) <i> d) <blockquote> ...
View QuestionWhich works similar to <i> element?
Which works similar to <i> element? a) <strong> b) <em> c) <b> d) <blockquote> Answer: b Explanation: ...
View QuestionWhich of the following is not used with text-decoration property?
a) overline b) underline c) line-through d) inline Answer: d Explanation: overline, underline, line-through properties are used ...
View QuestionWhat should be set with text-align property so that every line has equal width like in magazines and newspapers?
a) text-align: justify b) text-align: none c) text-align: bottom d) text-align: top Answer: a Explanation: By setting ...
View QuestionWhich of the following is not set with font-style property?
a) font-style: normal b) font-style: italic c) font-style: oblique d) font-style: capitalize Answer: d Explanation: Text-transform: capitalize, ...
View QuestionHow many standard color names does HTML supports?
a) 120 b) 130 c) 140 d) 90 Answer: c Explanation: In HTML one can use a ...
View QuestionUse of checked attribute is ____________
a) Whether on page load element should be checked b) Whether on page load all form element should ...
View Questioncols attribute is use with ___________
a) <td> b) <th> c) <textarea> d) <ol> Answer: c Explanation: cols indicates number of columns in ...
View Questiondatetime attribute is not related with ______________
a) <del> b) <time> c) <ins> d) <form> Answer: d Explanation: datetime shows the date and time ...
View QuestionHow does download attribute work?
a) An indication that hyperlink is to be used for downloading b) Directly downloads as per the need ...
View Question