Lab 5
<!doctype html> <html> <head> <center> <meta charset="utf-8"> <title>Lab 5</title> <h2>Lab 5</h2> <h2>Digital Design</h2> <h2>by Brian Velazquez</h2> </center> </head> <body> <center> <table border="10"> <th>Favorite Foods</th> <th>Favorite Movies</th> <th>Favorite Subject</th> <th>Favorite Music</th> <th>Grocery List</th> <tr></tr> <td width="30%"> <ul> <li>Pizza</li> <li>Bread</li> <li>Cereal (Fruity Pebbles)</li> <li>Rice</li> <li>Chicken</li> <li>Tacos</li> <li...