Objective: The goal of this assignment is to practice the creation and traverse of linked lists.
Goal: To write a program that creates and prints a linked list containing the strings "Vladik", "Paulo", "Cuauhtemoc", "Jaime", "Gabriela", "Jose" and "Charles" in this order. The list needs to be printed as an HTML file. The program is required to have the following:
<UL> <LI>Paulo</LI> <LI>Vladik</LI> </UL>