First Internal WT Key
First Internal WT Key
First Internal WT Key
Q.NO QUESTION
Identify the differences between WWW and Internet
The World Wide Web, or simply Web, is a way of accessing information over the medium of the Internet.
It is an information-sharing model that is built on top of the Internet. The Web uses the HTTP protocol,
only one of the languages spoken over the Internet, to transmit data. Web services, which use HTTP to
allow applications to communicate in order to exchange business logic, use the Web to share
information. The Web also utilizes browsers, such as Internet Explorer or Firefox, to access Web
1
documents called Web pages that are linked to each other via hyperlinks. Web documents also contain
graphics, sounds, text and video.
Q.NO QUESTION
4A
Explain the different categories of HTML tags with examples. List the new tags introduced in
HTML5.
1 Basic HTML
2 Formatting (<bdi> <mark> <meter> <progress> <ruby> <rp> <rt><time> <wbr>)
3 Forms and Input(<datalist> <keygen> <output>)
4 Frames
5 Images(<canvas> <figcaption> <figure>)
6 Audio / Video(<audio> <source> <track> <video>)
7 Links (<nav>)
8
Lists (<menuitem>)
9 Tables
10 Styles and Semantics(<header> <hgroup> <footer> <main> <section> <article> <aside>
<details> <dialog> <summary>)
11 Meta Info
12 Programming(<embed>)
Explain CSS Box model and Write about different CSS selectors.
4B A CSS selector is the part of a CSS rule set that actually selects the content you want to style.
a) Universal Selector
c) ID Selector
d) Class Selector
<?xml version="1.0"?>
<!DOCTYPE STUDENTS SYSTEM "E:\XML1\STUDENT.dtd">
<STUDENTS>
<STUDENT>
<NAME> ABCD </NAME>
<ID> 2007IT51 </ID>
<AGE> 9</AGE>
<ADDRESS> 12S</ADDRESS>
</STUDENT>
<STUDENT>
<NAME> ABCDE </NAME>
<ID> 2007IT52 </ID>
<AGE> 11 </AGE>
<ADDRESS> 11B </ADDRESS>
</STUDENT>
</STUDENTS>
STUDENTS
STUDENT STUDENT
XQuery is designed to query XML data - not just XML files, but anything that can appear as
XML, including databases.
SOAP
WSDL
WSDL is an XML-based language for describing web services and how to access them.
UDDI
UDDI is an XML-based standard for describing, publishing, and finding web services.