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>Tortas</li>
<li>Enchiladas</li>
<li>Ribs</li>
<li>Hamburgers</li>
</ul>
</td>
<td width="30%">
<ol>
<li>Maze Runner</li>
<li>Avengers</li>
<li>Guardian of the Galaxy</li>
<li>Insidious</li>
<li>Finding Nemo</li>
<li>Finding Dory</li>
<li>Paranormal Activity</li>
<li>Anabelle</li>
<li>Moana</li>
<li>Frozen</li>
</ol>
</td>
<td width="30%">
<ol type="I">
<li>Physics</li>
<ul style="list-style-type:circle">
<li>I like this class because I would like to know how the world works.</li>
<li>I like this class because it teaches me things I never knew before.</li>
<li>I like this class because it's interesting to learn about the subject.</li>
</ul>
<li> Digital Design</li>
<ul style="list-style-type:square">
<li>I like this class because I want to know more about coding.</li>
<li>The labs and projects are also fun to do because it tests my skills.</li>
<li>I also like it since I want a career of technology in the future.</li>
</ul>
<li>English Literature</li>
<ul style="list-style-type:disc">
<li>I like this class because I enjoy to read.</li>
<li>Since reading is one of favorite passtimes im really intrigued to the class</li>
<li>I also like to write a bit and I enjoy doing it in class. </li>
</ul>
</ol>
<ol type="A">
<li>Rock</li>
<ol type="i">
<li>Crown The Empire</li>
<ul>
<li>Machines </li>
<li>Millennia</li>
</ul>
</td>
</table>
</center>
</body>
</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>Tortas</li>
<li>Enchiladas</li>
<li>Ribs</li>
<li>Hamburgers</li>
</ul>
</td>
<td width="30%">
<ol>
<li>Maze Runner</li>
<li>Avengers</li>
<li>Guardian of the Galaxy</li>
<li>Insidious</li>
<li>Finding Nemo</li>
<li>Finding Dory</li>
<li>Paranormal Activity</li>
<li>Anabelle</li>
<li>Moana</li>
<li>Frozen</li>
</ol>
</td>
<td width="30%">
<ol type="I">
<li>Physics</li>
<ul style="list-style-type:circle">
<li>I like this class because I would like to know how the world works.</li>
<li>I like this class because it teaches me things I never knew before.</li>
<li>I like this class because it's interesting to learn about the subject.</li>
</ul>
<li> Digital Design</li>
<ul style="list-style-type:square">
<li>I like this class because I want to know more about coding.</li>
<li>The labs and projects are also fun to do because it tests my skills.</li>
<li>I also like it since I want a career of technology in the future.</li>
</ul>
<li>English Literature</li>
<ul style="list-style-type:disc">
<li>I like this class because I enjoy to read.</li>
<li>Since reading is one of favorite passtimes im really intrigued to the class</li>
<li>I also like to write a bit and I enjoy doing it in class. </li>
</ul>
</ol>
<ol type="A">
<li>Rock</li>
<ol type="i">
<li>Crown The Empire</li>
<ul>
<li>Machines </li>
<li>Millennia</li>
</ul>
</td>
</table>
</center>
</body>
</html>
Comments
Post a Comment