Back to the 2020 paper
Similar questions
Web TechnologyDescribe the HTML code required for adding a form to a Web page.20197mWeb TechnologyWrite short notes on any two of the following: (a) AWT (b) Exception Handling (c) DHTML and HTML (d) API201914mComputer NetworksWhich one of the following statements is FALSE? (i) HTTP runs over TCP (ii) HTTP describes the structure of web pages (iii) HTTP allows information to be stored in a URL (iv) HTTP can be used to test the validity of a hypertext link20162mWeb TechnologyExplain how a web browser interacts with a web server using the HTTP request-response model.20257m
PreviousWhich of the following is an advantage of putting presentation information in a separate CSS file rather than in HTML itself? (i) The content becomes easy to manage (ii) Becomes easy to make site for different devices like mobile by making separate CSS files (iii) CSS files are generally cached and therefore decrease server load and network traffic (iv) All of the aboveNextWhich of the following keywords can be used in a subclass to call the constructor of superclass? (i) Super (ii) This (iii) Extent (iv) Extends