-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogram5.xml
33 lines (33 loc) · 1001 Bytes
/
program5.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
<?xml-stylesheet type="text/css" href="program5.css"?>
<!DOCTYPE HTML>
<html>
<head>
<h1> STUDENTS DESCRIPTION </h1>
</head>
<students>
<student>
<USN>USN : 1JS15CS001</USN>
<name>NAME : SANTHOSH</name>
<college>COLLEGE : JSSATE</college>
<branch>BRANCH : Computer Science and Engineering</branch>
<year>YEAR : 2015</year>
<e-mail>E-Mail : santosh@gmail.com</e-mail>
</student>
<student>
<USN>USN : 1JS15IS001</USN>
<name>NAME : MANORANJAN</name>
<college>COLLEGE : JSSATE</college>
<branch>BRANCH : Information Science and Engineering</branch>
<year>YEAR : 2015</year>
<e-mail>E-Mail : manoranjan@gmail.com</e-mail>
</student>
<student>
<USN>USN : 1JS15EC001</USN>
<name>NAME : CHETHAN</name>
<college>COLLEGE : JSSATE</college>
<branch>BRANCH : Electronics and Communication Engineering</branch>
<year>YEAR : 2015</year>
<e-mail>E-Mail : chethan@gmail.com</e-mail>
</student>
</students>
</html>