Html miscellaneous


  1. Which of the following defines a part of text that might be formatted in a different direction from other text?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    The additional details the user wants to know as per the demand is fulfilled by <details> tag. Content related to surroundings is given by <aside> tag. <bdi> element is useful when embedding user-generated content with an unknown directional. <article> is self defined independent content which contains data which can be anything including photos, videos, and other contents. It provides a section.


  1. Which of the following defines a caption for a figure element?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The figcaption element can be placed as the first or last child of the figure element. It defines a caption for a figure element. Caption in a table immediately after <table> tag can be given by <caption> tag. The <figure> tag provides section for illustration, diagrams, photos etc. A box else window is defined by <dialog> tag in HTML.



  1. Which of the following defines a command/menu item that the user can invoke from a popup menu?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The menuitem tag is new in HTML5 and as of now is only supported in Firefox 8+ versions. <menuitem> defines a command item that the user can invoke from a popup menu. A list of of commands is defined by <menu> tag. <nav> is set of navigation links. One or more class names are specified by the global <class> attribute.


  1. Which of the following tag defines the progress of a task?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Scalar measurement within range or may be a fractional value can be displayed through <meter> tag. Use the progress tag in conjunction with JavaScript to display the progress of a task. <wbr> is used for whether it is okay to add a line break in a text.



  1. Which of the following defines the result of a calculation?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The output tag represents the result of a calculation (like one performed by a script). <keygen> has been removed from HTML5 and it specifies a name to <keygen> element which refers to data after it’s submission. <datalist> is a list of pre-defined option for input element. The additional details the user wants to know as per the demand is fulfilled by <details> tag.