-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgram_5.xml
More file actions
33 lines (33 loc) · 838 Bytes
/
Copy pathProgram_5.xml
File metadata and controls
33 lines (33 loc) · 838 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="info.css" ?>
<!DOCTYPE HTML>
<html>
<head>
</head>
<students>
<student>
<USN>4VV17CS065</USN>
<name>ANJU MARINA LOBO </name>
<college>VVCE</college>
<branch>Computer Science and Engineering</branch>
<year>2017</year>
<e-mail>anju@gmail.com</e-mail>
</student>
<student>
<USN>4VV17CS081</USN>
<name>SAMANTHA PAUL</name>
<college>VVCE</college>
<branch>Computer Science and Engineering</branch>
<year>2017</year>
<e-mail>samantha.me.paul@gmail.com</e-mail>
</student>
<student>
<USN>4VV17CS001</USN>
<name>VIBHA PRASAD</name>
<college>VVCE</college>
<branch>Computer Science and Engineering</branch>
<year>2017</year>
<e-mail>vibhaprasad932@gmail.com</e-mail>
</student>
</students>
</html>