Back to the 2023 paper
Similar questions
Web TechnologyMarkup tags tell the Web browser (i) how to organize the page (ii) how to display the page (iii) how to display message box on page (iv) None of the above20202mWeb TechnologyWhich of the following is used to define the structure of an XML document? (i) XSL (ii) DTD (iii) CSS (iv) HTML20252mWeb TechnologyWrite the difference between HTML, DHTML and XHTML in detail.202314mComputer 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 link20162m
PreviousWhich of the following is the correct syntax for adding an external style sheet? (i) <style href='main.css'></style> (ii) <style src='main.css'></style> (iii) <link rel='stylesheet' type='text/css' src='main.css'> (iv) <link rel='stylesheet' type='text/css' href='main.css'>NextWhat is an event in delegation event model used by Java programming language? (i) An event is an object that describes a state change in a source (ii) An event is an object that describes a state change in processing (iii) An event is an object that describes any change by the user and system (iv) An event is a class used for defining objects, to create events