Let's get some practice in structuring an XML documents and styling it with CSS. You really can't appreaciate how easy it is until you give it a try.
Using the text file sampledata.txt, construct a well-formed XML document named movies.xml. Create a style sheet using CSS to display the data in a browser.
Note: yes, you will be creating an XML file of some of my favorite movies. If you are feeling up to it add some of you own!
Below is the point distribution for the project. Be sure to complete all requirements as listed below. I will use this table to grade your assignment. Please post on your student site.
| Requirement | Points |
|---|---|
| XML is well formed and logical tags were used | 10 |
| The CSS file is linked properly and styles the XML neatly | 10 |
| File is neat, this includes markup as well as what you see in the browser. | 5 |
| Total | 25 |