Create a XML file with Internal / External DTD and display it using a. CSS b. XSL
Practical No.6 Create a XML file with Internal / External DTD and display it using a. CSS b. XSL step 1: Create css file with name (cssemployee.css) employee { background-color: pink; } firstname,lastname,email { font-size:25px; display:block; color: blue; margin-left: 50px; } Step 2:Create xml file with name(data.xml) <?xml version="1.0"?> <?xml-stylesheet type="text/css...