From d9c6cc68910ac417db5ba61c02cdaf7ea0997bd9 Mon Sep 17 00:00:00 2001
From: Matthew Grove I know that:
+ HTML Basics
+
+
<link rel="stylesheet" type="text/css" href="../css/main.css">
+ <script type="text/javascript" src="scripts/scripts.js"></script>
+
+ // onload of window
+
+ window.onload = dateInsert;
+
+ [condition] ? [value if true] : [value if false]
+