Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 31 additions & 30 deletions partII.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
lines (34 sloc) 807 Bytes
<!DOCTYPE html>
<html>
<head>
<title>
Basic II
</title>
</head>
<body>
<table>
<thead>
<tr><th>First Name</th><th>Last Name</th><th>Email</th><th>Password</th></tr>
</thead>
<tbody>
<tr>
<td>
Brendan
</td>
<td>
Stanton
</td>
<td>
brendanrocks@gmail.com
</td><td> FakePassword123 </td></tr>
</tbody>
<head>
<title>Basic II</title>
</head>
<body>
<table>
<thead>
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Email</th>
<th>Password</th>
</tr>
</thead>
<tbody>
<tr>
<td>Brendan</td>
<td>Stanton</td>
<td>brendanrocks@gmail.com</td>
<td> FakePassword123 </td>
</tr>

</tbody>
</table>
<h1>Here is a list of my favorite things:</h1>
<ul><li>Food</li>
<li>Bandwidth</li>
<li>Coffee</li>
<li>Beach
</li>
</ul>
</body>
<h1>Here is a list of my favorite things:</h1>
<ul>
<li>Food</li>
<li>Bandwidth</li>
<li>Coffee</li>
<li>Beach</li>
</ul>
</body>
</html>