Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I was searching further why it's not working properly. Then I created a CSS file. Linked that CSS to XML using the following command. <?xml-stylesheet type="text/css" href="test.css"?> Th...
Answer
#1: Initial revision
I was searching further why it's not working properly. Then I created a CSS file. Linked that CSS to XML using the following command. ```xml <?xml-stylesheet type="text/css" href="test.css"?> ``` Then when I executed it then I could see the design. It was the output : ![output](https://imgur.com/fMYTZhR.png) If you make changes to CSS then you can show it the way you want.