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
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 element’s textContent. 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 On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute’s value The value is the element’s textContent. 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 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Why should you specify a background color if you are using an image for the actual background of your page ? The background color will be shown until the image loads So the text shows up better In case the image doesn’t fit right None of these The background color will be shown until the image loads So the text shows up better In case the image doesn’t fit right None of these ANSWER DOWNLOAD EXAMIANS APP
HTML Basic The < HR > tag is used for New pargraph New line text Vertical ruler Horizontal ruler New pargraph New line text Vertical ruler Horizontal ruler ANSWER DOWNLOAD EXAMIANS APP
HTML Basic In HTML, tags that include both on and off tag are called comment tag container tag None of these document tag comment tag container tag None of these document tag ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Identify the count of mistakes in the following markup. < html >< head >< /head >< body >< li >< ul >< p >Hello< /p >< /ul >< /li >< br >< hr >< /body >< /html > 2 1 3 0 2 1 3 0 ANSWER DOWNLOAD EXAMIANS APP