a) <audio> b) <marquee> c) <video> d) <track> Answer: d Explanation: ...
View QuestionThe major difference between minlength and min attribute is ______
a) ‘minlength’ is for the minimum number of characters and ‘min’ is for the minimum value b) ‘minlength’ ...
View QuestionWhich attribute indicates a descending order of displaying a list?
a) reversed b) forward c) straight d) circular Answer: a Explanation: Reverse attribute commonly use with <ol> ...
View QuestionWhich parameter is commonly used for size attribute?
a) centimeter b) pixels c) inch d) millimeter Answer: b Explanation: Size is an attribute commonly used ...
View QuestionWhat is the use of spellcheck attribute?
a) Checks spelling b) Indicates if spell checking is allowed c) Checks spelling and corrects it d) Checks ...
View Questionsrclang attribute is used with the element ____________
a) <track> b) <input> c) <iframe> d) <table> Answer: a Explanation: srclang attribute is used with <track>. ...
View QuestionWhich attribute is not for overriding the actions?
a) Formaction b) Style c) Tabindex d) Slot Answer: d Explanation: formaction is used for overriding <form> ...
View QuestionHow title attribute works?
a) Displays text when hovering over the element b) Focus text when hovering over the element c) Highlight ...
View QuestionWhich of the following defines a default value on page load?
a) <object> b) <input> c) <progress> d) <area> Answer: c Explanation: <button>, <li>, <progress>, <param>, <meter>, <input>, ...
View QuestionWith which element width attribute is not define?
a) <input> b) <object> c) <embed> d) <textarea> Answer: d Explanation: width attribute is defined with <object>, ...
View Question