Most viewed questions in Web Technologies

4 votes
2 answers
1
Which one of the following statements is FALSE?HTTP runs over TCPHTTP describes the structure of web pagesHTTP allows information to be stored in a URLHTTP can be used to...
7 votes
2 answers
3
Which one of the following is not a client-server application?Internet chatWeb browsingE-mailPing
5 votes
2 answers
6
Choose the most appropriate HTML tag in the following to create a numbered list<dl><list><ul><ol>
7 votes
2 answers
7
In HTML, which of the following can be considered a container?<SELECT><Value><INPUT><BODY>
2 votes
2 answers
8
6 votes
1 answer
10
A web client sends a request to a web server. The web server transmits a program to that client ans is executed at client. It creates a web document. What are such web do...
4 votes
3 answers
12
Which of the following is TRUE only of XML but NOT HTML?It is derived from SGMLIt describes content and layoutIt allows user defined tagsIt is restricted only to be used ...
8 votes
3 answers
14
An email contains a texual birthday greeting, a picture of a cake and a song. The order is not important. What is the content-type?Multipart/mixedMultipart/parallelMultip...
0 votes
1 answer
15
Which of these events will be generated if we close an applet’s window?ActionEventComponentEventAdjustmentEventWindowEvent
4 votes
2 answers
17
To declare the version of XML, the correct syntax is<?xml version='1.0'/><*xml version='1.0'/><?xml version="1.0"/><xml version='1.0'/>
5 votes
2 answers
20
The correct syntax to write "Hi there" in Javascript isjscript.write ("Hi There")response.write ("Hi There")print ("Hi There")print.jscript ("Hi There")