Web technologies:
  • HTML, XML
  • Basic concepts of client-server computing

Recent questions tagged web-technologies

5 votes
1 answer
34
XPath is used to navigate through elements and attributes inXSL documentXML documentXHTML documentXQuery document
5 votes
2 answers
35
Choose the most appropriate HTML tag in the following to create a numbered list<dl><list><ul><ol>
0 votes
1 answer
36
The main reason for preferring servlet for web application developmentis :(A) Increased performance of web application(B) Easy to develop an application(C) Platform indep...
2 votes
1 answer
37
Which of the following statements is false ?(A) A servlet can be invoked through a JavaScript(B) A servlet can be invoked through an applet(C) A servlet is executed on th...
1 votes
2 answers
38
Which of the following tag in HTML is used to surround information, such as signature of the person who created the page?<body></body><address></address><strong></strong>...
3 votes
2 answers
39
2 votes
1 answer
42
3 votes
1 answer
43
In XML, DOCTYPE declaration specifies to include a reference to ____ fileDocument type DefinitionDocument type declarationDocument transfer definitionDocument type langua...
2 votes
4 answers
44
1 votes
1 answer
45
The behaviour of the document elements in $XML$ can be defined byUsing document object Registering appropriate event handlersUsing element objectAll of the above
3 votes
1 answer
46
The document that is used by XSLT to indicate, how to transform the elements of the XML document to another format is HTML pageDOC type procedureStyle sheetStored procedu...
1 votes
2 answers
47
2 votes
1 answer
48
1 votes
2 answers
49
Match the following with respect to HTML tags and usage$\begin{array}{clcl} \text{a.} & \text{CITE} & \text{i.} & \text{Italic representation} \\ \text{b.} & \text{EM} & ...
0 votes
2 answers
51
3 votes
1 answer
53
HTML is defined using SGML – an _____ standard, information processing-text and office systems (SGML) for text information processing.ISO-8878ISO-8879ISO-8880ISO-8881
3 votes
1 answer
54
6 votes
1 answer
56
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...
7 votes
2 answers
57
In HTML, which of the following can be considered a container?<SELECT><Value><INPUT><BODY>
8 votes
3 answers
58
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...