HTML CSS


  1. Which of the following can’t be the value of float property?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    float property can have the property left, right, none, inherit. When set to inherit value the element inherits the float value of its parent, when set to none property the element does not float, it is the default value.


  1. Which of the following works as a sidebar?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    <aside> defines content aside from the content like a sidebar, <footer> defines a footer for a document or a section, <details> defines additional details, <section> defines a section in a document.