Write a script to create XMLfile “University.xm1l”. The elements details of “University.xml” are as follows :<Univ>
<Uname>---------</Uname>
<City>--.
<Rank>-. -</Rank>
</Univ>
1) Store the details of at least 3 universities.
2) Link the “University.xm1’ file to css and get well formatted outputas given below....
i) Uname : Color: black ;
Font-family : copperplate Gothic Light;
Font-size : 16 pt
Font : Bold;
ii) City and Rank : Color : Yellow;
Font-family : Arial ;
Font-size : 12 pt
Font : Bold;
0 Comments