Skip to content

Instantly share code, notes, and snippets.

@SFaulk34
SFaulk34 / Index.html
Last active October 2, 2022 10:18
CodeacademyCheatSheet
<!DOCTYPE html>
<html>
<header>
<title>HTML Table Cheatsheet!</title>
<link href="styles.css" rel="stylesheet" type="text/css">
</header>
<body>
<head>
<h1>HTML Table Reference</h1>
<h2>Table Tags</h2>