Example Code
Example Code
HTML
<!DOCTYPE html>
<html>
<head>
<title>The Four-Legged Café | Home</title>
<!-- Link to external CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Simple text-based navigation at the top -->
<p>
<a href="index.html">| HOME |</a>
<a href="about.html">| ABOUT |</a>
</p>