Html miscellaneous


  1. Which of the following is not a web server?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Tornado is a web server written in python language. Eclipse is a web server (Java HTTP server). Apache Tomcat, is a web server which is also known as Tomcat server. BlueGriffon is an IDE.


  1. Tomcat is an open source web server that provides a servlet container allowing you to run Java code.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Apache Tomcat, a web server developed by the Apache Software Foundation and which is also known as Tomcat Server. Apache Tomcat provides several Java EE specifications such as Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket. It also provides “Java” HTTP web server which is used to run java code.



  1. Which of the following interface is not supported by LightTPD?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Interfaces like FastCGI, SCGI and CGI are supported by LightTPD to external programs to be used with the server.


  1. <meta http-equiv="X-UA-Compatible" content="IE=8"> is used to _________











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    X-UA-Compatible is a document mode meta tag that allows web authors to choose what version of Internet Explorer the page should be rendered as. The display as IE 8 with or without a DOCTYPE. It provides fallback for IE8.



  1. What is DOM?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    The Document Object Model is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure. A document can be viewed as a logical tree with help of DOM Model.