HTML Basic Choose the correct XHTML for width attribute and its value. WIDTH=”80″ WIDTH=80 width=80 width=”80″ WIDTH=”80″ WIDTH=80 width=80 width=”80″ ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types? collection.namedItem none of the mentioned element.itemProp document.getItems collection.namedItem none of the mentioned element.itemProp document.getItems ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them? testAllProps() Plugin API addTest() Plugin API mq() media Plugin API none of the mentioned testAllProps() Plugin API addTest() Plugin API mq() media Plugin API none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which property tells how many rows a cell should span ? colspan=n None of these rowspan=n Both A and B colspan=n None of these rowspan=n Both A and B ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a time element ? The value is the element’s datetime value. The value is the element’s textContent. The value is the value of the element’s content attribute, if any, or the empty string if there is no such attribute. The value is the value of the element’s value attribute, if it has one, or the empty string otherwise. The value is the element’s datetime value. The value is the element’s textContent. The value is the value of the element’s content attribute, if any, or the empty string if there is no such attribute. The value is the value of the element’s value attribute, if it has one, or the empty string otherwise. ANSWER DOWNLOAD EXAMIANS APP
HTML Basic In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr. True False True False ANSWER DOWNLOAD EXAMIANS APP