You are on page 1of 10

(A) DATABASE APPLICATIONS AND SOLUTIONS

MS-ACCESS

1
2
3
4
5
6
(B) XML DOCUMENTS

XML

7
1. Write the XML code and view it in your browser.

<?XML VERSION="1.0" encoding="ISO-8859-1"?>

<studlist>
<student1>
<name>Deepal</name>
<roll no>124</roll no>
</student1>
<br>
<student2>
<name>Virat</name>
<roll no>125</roll no>
</student2>
<br>
<student3>
<name>Yuvraj</name>
<roll no>126</roll no>
</student3>

<br>
<student4>
<name>Sachin</name>
<roll no>127</roll no>
</student4>
</studlist>

8
2. Draw the XML tree for code given below:-

9
(C) HTML FILES

10

You might also like