HTML Basic Which of the following is not supported in HTML5 ? http-equiv scheme content name http-equiv scheme content name ANSWER DOWNLOAD EXAMIANS APP
HTML Basic What is the role of charset attribute? It specifies none of the mentioned the character encoding for the HTML document a name for the metadata a scheme to be used to interpret the value of the content attribute none of the mentioned the character encoding for the HTML document a name for the metadata a scheme to be used to interpret the value of the content attribute ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Choose the correct statement for HTML Both a and c Exo does not support java and python Exo supports javascript and html5 Exo is a cloud-based ide that offers collaboration and deployment features Both a and c Exo does not support java and python Exo supports javascript and html5 Exo is a cloud-based ide that offers collaboration and deployment features ANSWER DOWNLOAD EXAMIANS APP
HTML Basic All HTML documents will be basically Graphs Text Pictures None of these Graphs Text Pictures None of these 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 value of the element’s content attribute, if any, or the empty string if there is no such attribute. The value is the element’s textContent. 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 value of the element’s content attribute, if any, or the empty string if there is no such attribute. The value is the element’s textContent. 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. ANSWER DOWNLOAD EXAMIANS APP
HTML Basic How can you open a link in a new browser window ?1. < a href="url" target="_blank">2. < a href="url" target="new">3. < a href="url" blank> Option 1 Option 2 Option 3 None of these Option 1 Option 2 Option 3 None of these ANSWER DOWNLOAD EXAMIANS APP