Skip to content
Snippets Groups Projects
Commit 4387d50c authored by Joonas Seppä's avatar Joonas Seppä
Browse files

first commit

parents
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>
This is a page that is used to order t-shirts.
</p>
<p>
<a href="https://facebook.com">This link takes you to Facebook to market your t-shirt to your friends</a>
</p>
<table>
<thead>
<tr>
<th>Prices</th>
</tr>
</thead>
<tbody>
<tr>
<td>Simple T-shirt</td>
<td>19,99e</td>
</tr>
</tbody>
</table>
<p>List of color options:</p>
<ul>
<li>Blue</li>
<li>Black</li>
<li>White</li>
</ul>
<p>Image of this fine T-shirt in white:</p>
<img height=200 width=200 src="https://cache.net-a-porter.com/images/products/1009804/1009804_in_2000_q80.jpg">
<form action="" method="get">
<div>
<label>Enter the name of the t-shirt you want:</label>
<input type="text">
</div>
<div>
<label>Enter the color of the t-shirt you want:</label>
<input type="text">
</div>
<div>
<label>Enter your full name:</label>
<input type="text">
</div>
<div>
<label>Enter your billing adress:</label>
<input type="text">
</div>
<div>
<input type="submit" value="Order your new t-shirts!">
</div>
</form>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment