Create a style-sheet for an XML document for the mark sheet.
Q6. Create a style-sheet for an XML document for the mark sheet.
Ans. The style-sheet for an XML document for the mark sheet is shown
as follows:
Student_Details
{
font-style: italic;
}
Stud_Name
{
color: Red; font-weight: bold;
}
Stud_Class
{
font-family: serif; font-weight: bold; color:Green;
}
Stud_RollNo
{
font-size: 10pt; color: Brown;
}
Total_Marks
{
font-size: 10pt; font-family: serif; font-weight:bold; color: Blue;
}