Html miscellaneous


  1. Which of the following is not a template library?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    There are templating libraries like Handlebars, Mustache, Underscore JS library. Handlebars are like regular HTML which is embedded with handlebars expressions, Mustache is used with JavaScript, Underscore JS library is one of the JavaScript libraries which provides various useful functional programming.


  1. Which of the following is not DOM property?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    For generating DOM we use certain DOM properties or methods. Some of the DOM methods are element.appendChild(node), document.createElement(), element.innerHTML, document.removeElement().



  1. Which browser does not support