HTML Basic The HTML tags are all Not case sensitive In upper case Case sensitive In lower case Not case sensitive In upper case Case sensitive In lower case 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 data element ? 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 datetime value. None of the mentioned 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 datetime value. None of the mentioned 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 0 3 2 1 0 3 2 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which property tells how many rows a cell should span ? colspan=n Both A and B rowspan=n None of these colspan=n Both A and B rowspan=n None of these ANSWER DOWNLOAD EXAMIANS APP
HTML Basic What is DOM in HTML? Application programming interface None of the mentioned Convention for representing and interacting with objects in html documents Hierarchy of objects in ASP.NET Application programming interface None of the mentioned Convention for representing and interacting with objects in html documents Hierarchy of objects in ASP.NET ANSWER DOWNLOAD EXAMIANS APP
HTML Basic The __________ attribute sets the text direction as related to the lang attribute. dir sub lang ds dir sub lang ds ANSWER DOWNLOAD EXAMIANS APP