Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Web technologies:
HTML, XML
Basic concepts of client-server computing
Recent questions tagged web-technologies
1
vote
1
answer
1
NIELIT Scientific Assistant A 2020 November: 59
Adding the style attributes in $\text{HTML}$ elements, is known to be ___________. Internal Inline Outline External
gatecse
asked
in
Web Technologies
Dec 9, 2020
by
gatecse
225
views
nielit-sta-2020
web-technologies
1
vote
1
answer
2
NIELIT Scientific Assistant A 2020 November: 71
___________ CSS property allow to wrap a block of text around an image. wrap push float align
gatecse
asked
in
Web Technologies
Dec 9, 2020
by
gatecse
184
views
nielit-sta-2020
web-technologies
1
vote
1
answer
3
NIELIT Scientific Assistant A 2020 November: 76
The default character encoding in $\text{HTML5}$ is _________ $\text{UTF-16}$ $\text{UTF-32}$ $\text{UTF-8}$ $\text{ISO-8859-1}$
gatecse
asked
in
Web Technologies
Dec 9, 2020
by
gatecse
176
views
nielit-sta-2020
web-technologies
html
1
vote
1
answer
4
NIELIT Scientific Assistant A 2020 November: 90
What does <main> include? Header Sidebar Article Footer
gatecse
asked
in
Web Technologies
Dec 9, 2020
by
gatecse
175
views
nielit-sta-2020
web-technologies
html
1
vote
1
answer
5
NIELIT Scientific Assistant A 2020 November: 92
If we don’t want to allow a floating div to the left side of an element, _________ $\text{CSS}$ property will we use. margin clear float padding
gatecse
asked
in
Web Technologies
Dec 9, 2020
by
gatecse
308
views
nielit-sta-2020
web-technologies
css
0
votes
3
answers
6
UGC NET CSE | October 2020 | Part 2 | Question: 10
In HTML, $<\text{map}>$ tag is used for defining a path between two nodes in an image defining clickable region in an image highlighting an area in an image defining the site-map of a web-site
go_editor
asked
in
Web Technologies
Nov 20, 2020
by
go_editor
1.3k
views
ugcnetcse-oct2020-paper2
non-gate
web-technologies
0
votes
1
answer
7
NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 3
Web links are stored within the page itself and when you wish to ‘jump’ to the page that is linked, we select the hotspot or anchor. This technique is called Hypertext Hypermedia Both $(A)$ and $(B)$ Anchoring
Lakshman Bhaiya
asked
in
Web Technologies
Apr 1, 2020
by
Lakshman Bhaiya
1.1k
views
nielit2017oct-assistanta-it
web-technologies
html
0
votes
1
answer
8
NIELIT 2017 OCT Scientific Assistant A (CS) - Section C: 12
Web links are stored within the page itself and when you wish to ‘jump’ to the page that is linked, we select the hotspot or anchor. This technique is called Hypertext Hypermedia Both $(A)$ and $(B)$ Anchoring
Lakshman Bhaiya
asked
in
Web Technologies
Apr 1, 2020
by
Lakshman Bhaiya
523
views
nielit2017oct-assistanta-cs
non-gate
web-technologies
html
1
vote
1
answer
9
NIELIT 2017 DEC Scientific Assistant A - Section B: 30
How can we set a Cookie visibility scope to local storage ? $\$ $\%$ $/$ All of the options
Lakshman Bhaiya
asked
in
Web Technologies
Mar 31, 2020
by
Lakshman Bhaiya
572
views
nielit2017dec-assistanta
non-gate
web-technologies
0
votes
1
answer
10
NIELIT 2016 DEC Scientist B (IT) - Section B: 20
By which technology do we separate our business logic from the presentation logic? Servlet JSP Both (A) & (B) None of the above
Lakshman Bhaiya
asked
in
Web Technologies
Mar 31, 2020
by
Lakshman Bhaiya
916
views
nielit2016dec-scientistb-it
non-gate
web-technologies
0
votes
2
answers
11
NIELIT 2017 July Scientist B (IT) - Section B: 29
HTML(Hypertext Markup language) has language elements which permit certain actions other than describing the structure of the web document. Which of the following actions is NOT supported by pure HTML(without any server or client side ... interval. Automatically redirect to another page upon download. Display the client time as part of the page.
Lakshman Bhaiya
asked
in
Web Technologies
Mar 30, 2020
by
Lakshman Bhaiya
867
views
nielit2017july-scientistb-it
non-gate
web-technologies
0
votes
1
answer
12
NIELIT 2017 July Scientist B (IT) - Section B: 30
Consider the HTML table definition given below: <table border=1> <tr> <td rowspan=2>ab</td> <td colspan=2>cd</td> </tr> <tr> <td>ef</td> <td rowspan=2>gh</td> </tr> <tr><td colspan=2>ik</ ... $(2,2,3)$ $(2,3,2)$ and $(2,3,2)$ $(2,3,2)$ and $(2,2,3)$
Lakshman Bhaiya
asked
in
Web Technologies
Mar 30, 2020
by
Lakshman Bhaiya
548
views
nielit2017july-scientistb-it
non-gate
web-technologies
0
votes
1
answer
13
NIELIT 2017 July Scientist B (IT) - Section B: 31
Which of the following statements is/are False? XML overcomes the limitations in HTML to support a structured way of organizing content . XML specification is not case sensitive while HTML specification is case sensitive. XML supports user defined tags while HTML uses pre- ... be closed. $2$ only. $1$ only. $2$ and $4$ only. $3$ and $4$ only.
Lakshman Bhaiya
asked
in
Web Technologies
Mar 30, 2020
by
Lakshman Bhaiya
510
views
nielit2017july-scientistb-it
non-gate
web-technologies
0
votes
1
answer
14
NIELIT 2017 July Scientist B (CS) - Section B: 50
Match the problem domains in $\text{GROUP I}$ with the solution technologies in $\text{GROUP II}$ ... $P-3,Q-4,R-2,S-1$ $P-3,Q-1,R-4,S-2$ $P-4,Q-3,R-2,S-1$
Lakshman Bhaiya
asked
in
Web Technologies
Mar 30, 2020
by
Lakshman Bhaiya
561
views
nielit2017july-scientistb-cs
non-gate
web-technologies
0
votes
4
answers
15
UGC NET CSE | January 2017 | Part 3 | Question: 41
Which of the following HTML code will affect the vertical alignment of the table content? <td style="vertical-align:middle"> Text Here </td> <td valign="centre"> Text Here </td> <td style="text-align:center"> Text Here </td> <td align="middle"> Text Here </td>
go_editor
asked
in
Web Technologies
Mar 24, 2020
by
go_editor
1.0k
views
ugcnetcse-jan2017-paper3
web-technologies
html
0
votes
3
answers
16
UGC NET CSE | January 2017 | Part 3 | Question: 42
What can you say about the following statements? XML tags are case-insensitive In JavaScript, identifier names are case-sensitive Cascading Style Sheets (CSS) cannot be used with XML All well formed XML documents must contain a document type definition ... II are false only III and IV are false only I and III are false only II and IV are false
go_editor
asked
in
Web Technologies
Mar 24, 2020
by
go_editor
1.3k
views
ugcnetcse-jan2017-paper3
web-technologies
programming
3
votes
1
answer
17
UGC NET CSE | June 2019 | Part 2 | Question: 25
Which of the following statements is/are true? P : In a scripting language like JacaScript, types are typically associated with values, not variables. Q : It is not possible to show images on a web page without the <img> tag of HTML. Select the correct answer from the options given below: P only Q only Both P and Q Neither P nor Q
Arjun
asked
in
Web Technologies
Jul 2, 2019
by
Arjun
1.5k
views
ugcnetcse-june2019-paper2
web-technologies
0
votes
2
answers
18
UGC NET CSE | July 2018 | Part 2 | Question: 2
The definitions in an XML document are said to be ______ when the tagging system ans definitions in the DTD are all in compliance well-formed reasonable valid logical
Pooja Khatri
asked
in
Web Technologies
Jul 13, 2018
by
Pooja Khatri
2.2k
views
ugcnetcse-july2018-paper2
xml
web-technologies
1
vote
1
answer
19
UGC NET CSE | July 2018 | Part 2 | Question: 1
Consider the JavaScript Code: var y= 12 function f() { var y= 6 ; alert (this.y); function g() {alert (y); } g(); } f(); If $M$ is the number of alert dialog boxes generated by this JavaScript code and D1, D2, $\dots$, $D_M$ represents ... ; D2 displays 12 ; D3 displays 6 M=2; D1 displays 6 ; D2 displays 12 . M=3; D1 displays 12 ; D2 displays 6
Pooja Khatri
asked
in
Web Technologies
Jul 13, 2018
by
Pooja Khatri
3.1k
views
ugcnetcse-july2018-paper2
javascript
web-technologies
0
votes
1
answer
20
html web
WHAT IS STATIC HTML WEB PAGE .....??? WE NEED TO SOLVE WITH REFERENCE TO PERSISTENT CONNECTION OR NON PERSISTENT CONNECTION??? QUESTION : A graphical HTML browser resident at a network client machine QQ accesses a static HTML webpage from a HTTP server SS. The ... for this A single HTTP request from QQ to SS is sufficient, and this is possible without any TCP connection between QQ and S
eyeamgj
asked
in
Web Technologies
Jun 5, 2018
by
eyeamgj
423
views
web-technologies
1
vote
0
answers
21
Networking || Interview Question
Suppose I have 3 amazon servers in India, one in Delhi, one in Bangalore, one in Hyderabad, if due to some issue the Webserver @ Delhi is turned off then how the traffic coming to Delhi is redirected to the other redundant Datacenters in Hyderabad and Bangalore ? Please let me know the answer, i was asked in Amazon Interview
Salazar
asked
in
Job Queries
Jan 22, 2018
by
Salazar
317
views
interview
computer-networks
web-technologies
5
votes
1
answer
22
ISRO2017-40
XPath is used to navigate through elements and attributes in XSL document XML document XHTML document XQuery document
sh!va
asked
in
Web Technologies
May 7, 2017
by
sh!va
3.0k
views
isro2017
web-technologies
xml
non-gate
5
votes
2
answers
23
ISRO2017-75
Choose the most appropriate HTML tag in the following to create a numbered list <dl> <list> <ul> <ol>
sh!va
asked
in
Web Technologies
May 7, 2017
by
sh!va
4.7k
views
isro2017
web-technologies
html
non-gate
0
votes
1
answer
24
web technology: servlet
The main reason for preferring servlet for web application development is : (A) Increased performance of web application (B) Easy to develop an application (C) Platform independent application (D) More secure application
Beyonder
asked
in
Web Technologies
Mar 6, 2017
by
Beyonder
846
views
web-technologies
easy
2
votes
1
answer
25
web technology: servlet
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 the server side (D) A servlet instance is created for each client request
Beyonder
asked
in
Web Technologies
Mar 6, 2017
by
Beyonder
1.6k
views
web-technologies
java
1
vote
2
answers
26
UGC NET CSE | August 2016 | Part 3 | Question: 41
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> <em></em>
makhdoom ghaya
asked
in
Web Technologies
Oct 4, 2016
by
makhdoom ghaya
1.8k
views
ugcnetcse-aug2016-paper3
web-technologies
html
3
votes
2
answers
27
UGC NET CSE | June 2016 | Part 3 | Question: 41
Which of the following statements is not correct? HTML is not screen precise formatting language HTML does not specify a logic DHTML is used to developing highly interacting webpages HTML is a programming language
go_editor
asked
in
Web Technologies
Aug 20, 2016
by
go_editor
1.8k
views
ugcnetcse-june2016-paper3
html
web-technologies
2
votes
1
answer
28
UGC NET CSE | December 2015 | Part 3 | Question: 35
Which of the following statements are true with reference to the way of describing XML data? XML uses DTD to describe the data XML uses XSL to describe the data XML uses a description node to describe the data a only b only a and b a and c
go_editor
asked
in
Web Technologies
Aug 10, 2016
by
go_editor
1.6k
views
ugcnetcse-dec2015-paper3
web-technologies
xml
2
votes
1
answer
29
UGC NET CSE | December 2015 | Part 3 | Question: 34
Javascript and Java have similar name because Jabascripts syntax is loosely based on Java's syntax Javascript is stripped down version of Java Java and Javascript are originated from island of Java a only a, b, and c a and b a and c
go_editor
asked
in
Web Technologies
Aug 10, 2016
by
go_editor
1.3k
views
ugcnetcse-dec2015-paper3
web-technologies
javascript
2
votes
1
answer
30
UGC NET CSE | December 2015 | Part 3 | Question: 75
__________ tag is an extension to HTML that can enclose any number of Javascript statements. <SCRIPT> <BODY> <HEAD> <TITLE>
Sankaranarayanan P.N
asked
in
Web Technologies
Aug 2, 2016
by
Sankaranarayanan P.N
1.1k
views
ugcnetcse-dec2015-paper3
web-technologies
Page:
1
2
3
next »
Subscribe to GATE CSE 2024 Test Series
Subscribe to GO Classes for GATE CSE 2024
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
DRDO Scientist -B
ISRO Scientist-B 2023
BARC RECRUITMENT 2023
COAP Responses | GATE CSE 2023
Interview Experience : M.Tech AI at IIT Jodhpur, Self Sponsored
Subjects
All categories
General Aptitude
(2.8k)
Engineering Mathematics
(9.7k)
Digital Logic
(3.4k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.4k)
Others
(2.4k)
Admissions
(665)
Exam Queries
(1.0k)
Tier 1 Placement Questions
(17)
Job Queries
(77)
Projects
(9)
Unknown Category
(867)
Recent questions tagged web-technologies
Recent Blog Comments
@Shubham Sharma 2 Is it possible to get a...
are MSc.(CS) students eligible?
It is said that the gate score will have 80%...
Maybe we should raise our concern in Supreme...
Mtech(RA) CSE 2023 IIT Bombay project 14. Does...