HTML Basic Which of the following is the attribute that is used to add a name/value pair to a microdata item? itemprop itemscope itemref itemid itemprop itemscope itemref itemid ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Metadata store information about the web page that is not necessarily visible to end users. False True False True 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 meta element ? On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute’s value The value is the item created by the element. 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 textContent. On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute’s value The value is the item created by the element. 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 textContent. 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. False True False True ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following markup is correct?i. < b >< i >is in error as tags cross< /b >< /i >ii. < b >< i >is not since tags nest < /i >< /b > i None of the mentioned ii i and ii i None of the mentioned ii i and ii ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which property is used to detect the browser’s user agent and code based on the pertinent cases? navigator.user navigator.userAgent return navigator navigator.user navigator.userAgent return navigator ANSWER DOWNLOAD EXAMIANS APP