HTML Basic State whether the given statement is true or false. !DOCTYPE is case sensitive” 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 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 Which tag tells the browser where the page starts and stops ?1. < html >2. < body >3. < head >4. < title > Option 1 Option 3 Option 4 Option 2 Option 1 Option 3 Option 4 Option 2 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic The background image will scroll when the user scrolls down the page, you add which property to the tag ? bgproperties = “move” bgproperties = “fixed” bgproperties = “holdstill” None of these bgproperties = “move” bgproperties = “fixed” bgproperties = “holdstill” None of these 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 > 1 2 0 3 1 2 0 3 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following is the attribute that indicates the name of the data source object that supplies the data that is bound to this element? disabled datasrc dataFormatAs datafld disabled datasrc dataFormatAs datafld ANSWER DOWNLOAD EXAMIANS APP