-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathp5.xml
34 lines (29 loc) · 941 Bytes
/
p5.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/css" href="5.css" ?>
<student_information>
<h1> STUDENTS DESCRIPTION </h1>
<student>
<USN>USN : 1BG15CS059</USN>
<name>NAME : Nandan </name>
<college>COLLEGE : BNMIT</college>
<branch>BRANCH : Computer Science and Engineering</branch>
<year>YEAR : 2019</year>
<email>email : nandan@gmail.com</email>
</student>
<student>
<USN>USN : 1BG15CS024</USN>
<name>NAME : Bhaskar</name>
<college>COLLEGE : BNMIT</college>
<branch>BRANCH : Computer Science and Engineering</branch>
<year>YEAR : 2019</year>
<email>email : bhaskar@gmail.com</email>
</student>
<student>
<USN>USN : 1BG15CS060</USN>
<name>NAME : Naveen </name>
<college>COLLEGE : BNMIT</college>
<branch>BRANCH : Computer Science and Engineering </branch>
<year>YEAR : 2019</year>
<email>email : naveen@gmail.com</email>
</student>
</student_information>