WT Ass 3 Program With Output
WT Ass 3 Program With Output
xml
<?xml version="1.0"?>
<students>
<stud>
</stud>
<stud>
<Address>Address is :- Baramati</Address>
</stud>
</students>
rules.css
students
background-color: Gray;
heading
font-size: 40px;
color: Blue;
background: Gray;
Rno,Name, Address
display:block;
font-size: 30px;
color: green;
Rno
background-color: Yellow;
border-color: red;
border-width: 10px;
}
Name
background-color: pink;
border-style: solid;
border-color: red;
border-width: 2px;
Address
background-color: red;
border-color: blue;
border-width: 2px;