- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML Document Structure, Reinforcement 3</title>
<link rel="stylesheet" href="outlines-extra-challenge-3.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
Navigation
Topic 1
Topic 2
Sidebar
Information
Contact
</body>
</html>
CSS
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.