Home / CSE / HTML- CS :: Basic HTML

CSE :: HTML- CS

  1. Different meta tags are defined by changing the __________ attribute to a valid value.

  2. A.

     scheme

    B.

     content

    C.

     http-equiv

    D.

     name


  3. __________ prevents search engines from showing a cached link for the page.

  4. A.

     nobot

    B.

     nofollow

    C.

     noarchive

    D.

     nosearch


  5. The value of the ___________ attribute refers to the time interval in seconds before the refresh is performed.

  6. A.

     scheme

    B.

     content

    C.

     http-equiv

    D.

     name


  7. __________ is an HTML specification used to add more information to HTML tags.

  8. A.

     Macrodata

    B.

     Microdata

    C.

     Minidata

    D.

     Modifydata


  9. The microdata model consists of groups of name-value pairs known as

  10. A.

     Item

    B.

     Property

    C.

     Value

    D.

     URL


  11. Every HTML element may have an ____________ attribute specified.

  12. A.

     itemtype

    B.

     relevant types

    C.

     itemscope

    D.

     none of the mentioned


  13. 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 ?

  14. 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.


  15. 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 ?

  16. 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.


  17. The ___________ of an item is the value of its element’s itemid attribute.

  18. A.

     token

    B.

     typed item

    C.

     global identifier

    D.

     none of the mentioned


  19. If the element has an itemscope attribute, it returns an __________ object with all the element’s properties.

  20. A.

     itemscope

    B.

     dom object

    C.

     collection.namedItem

    D.

     none of the mentioned