-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprogram5.xml
More file actions
36 lines (29 loc) · 1.14 KB
/
program5.xml
File metadata and controls
36 lines (29 loc) · 1.14 KB
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
35
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="style.css"?>
<student>
<heading>Student Details</heading>
<detail>
<title>Subramanya C</title>
<usn><p>USN:</p> 4SF16CS157</usn>
<college><p>College:</p> Sahyadri College of Engineering and Management</college>
<branch><p>Branch:</p> Computer Science</branch>
<year><p>Year of Joining:</p> 2016</year>
<email><p>Email Id:</p> raosubramanya@outlook.com</email>
</detail>
<detail>
<title>Sujith D</title>
<usn><p>USN:</p> 4SF16CS160</usn>
<college><p>College:</p> Sahyadri College of Engineering and Management</college>
<branch><p>Branch:</p> Computer Science</branch>
<year><p>Year of Joining:</p> 2016</year>
<email><p>Email Id:</p> sujithsuji1098@gmail.com</email>
</detail>
<detail>
<title>Rithesh R</title>
<usn><p>USN:</p> 4SF16CS129</usn>
<college><p>College:</p> Sahyadri College of Engineering and Management</college>
<branch><p>Branch:</p> Computer Science</branch>
<year><p>Year of Joining:</p> 2016</year>
<email><p>Email Id:</p> rithesh199.rr@gmail.com</email>
</detail>
</student>