CSE :: HTML- CS
- Different meta tags are defined by changing the __________ attribute to a valid value.
- __________ prevents search engines from showing a cached link for the page.
- The value of the ___________ attribute refers to the time interval in seconds before the refresh is performed.
- __________ is an HTML specification used to add more information to HTML tags.
- The microdata model consists of groups of name-value pairs known as
- Every HTML element may have an ____________ attribute specified.
- 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 ?
- 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 ___________ of an item is the value of its element’s itemid attribute.
- If the element has an itemscope attribute, it returns an __________ object with all the element’s properties.
A.
The value is the item created by the element. |
B.
The value is the value of the element’s value attribute, if it has one, or the empty string otherwise |
C.
On getting, if the element has a datetime content attribute, the IDL attribute must return that content attribute’s value |
D.
The value is the element’s textContent. |
A.
The value is the element’s datetime value. |
B.
The value is the value of the element’s content attribute, if any, or the empty string if there is no such attribute. |
C.
The value is the value of the element’s value attribute, if it has one, or the empty string otherwise. |
D.
The value is the element’s textContent. |