aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/lec/Lec3Ex2.html
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-05-24 11:18:46 -0500
committerMatt Strapp <matt@mattstrapp.net>2022-05-24 11:19:55 -0500
commit7a73162607544204032aa66cce755daf21edebda (patch)
tree58578e01f15f34a855d99c32898db9d7a1603e67 /csci4131/lec/Lec3Ex2.html
parentdo some stuff (diff)
downloadhomework-7a73162607544204032aa66cce755daf21edebda.tar
homework-7a73162607544204032aa66cce755daf21edebda.tar.gz
homework-7a73162607544204032aa66cce755daf21edebda.tar.bz2
homework-7a73162607544204032aa66cce755daf21edebda.tar.lz
homework-7a73162607544204032aa66cce755daf21edebda.tar.xz
homework-7a73162607544204032aa66cce755daf21edebda.tar.zst
homework-7a73162607544204032aa66cce755daf21edebda.zip
Graduate
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'csci4131/lec/Lec3Ex2.html')
-rw-r--r--csci4131/lec/Lec3Ex2.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/csci4131/lec/Lec3Ex2.html b/csci4131/lec/Lec3Ex2.html
new file mode 100644
index 0000000..8903571
--- /dev/null
+++ b/csci4131/lec/Lec3Ex2.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>There is no title</title>
+ <style>
+ table, th, td {
+ border: 1px solid black;
+ border-collapse: collapse;
+ }
+ </style>
+ </head>
+ <body>
+ <h2>My nonexistent list of Favorite Movies</h2>
+ <table>
+ <tr>
+ <th>Favorite Movie</th>
+ <th>Favorite Actor/Actress in Said Movie</th>
+ </tr>
+ <tr>
+ <!--I don't have a favorite so I'm leaving these blank.-->
+ <td>Name of Favorite Movie</td>
+ <td>Name of Favorite Actor/Actress</td>
+ </tr>
+ <tr>
+ <!--I don't have a favorite so I'm leaving these blank.-->
+ <td>Name of Favorite Movie 2</td>
+ <td>Name of Favorite Actor/Actress 2</td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file