These assignments involved converting data from a CSV file into a structured XML format. The XML was then transformed into HTML using XSLT, allowing the data to be displayed in a styled, web-friendly format. The first part of the exercise focused on creating a clear hierarchy within the XML, including assigning unique paragraph IDs to organize the content effectively. The second part emphasized formatting the tagged data using XSLT to ensure it displayed correctly and functionally in HTML. This process demonstrated how raw data can be structured, tagged, and styled for web presentation.