Skip to content
15 changes: 15 additions & 0 deletions fall.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fall</title>
<meta name= "author" content="Isabel">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<h1>Fall Here</h1>
<p>Can't wait till all the leaves turn colors<a href="index.html">Spring</a>!</p>
<h1>Page Heading</h1>
<p>Page Content</p>
<h1>Fall Here</h1>
<p>Can't wait till the air becomes crisp<a href="index.html">Spring</a>!</p>
</html>
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Spring</title>
<meta name= "author" content="Isabel">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<h1>Spring Here</h1>
<p>Can't wait till <a href="fall.html">Fall</a>!</p>
<h1>Page Heading</h1>
<p>Page Content</p>
<h1>Spring Here</h1>
<p>Can't wait till <a href="fall.html">Fall</a>!</p>
</html>
7 changes: 7 additions & 0 deletions simple.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Simplest, Valid HTML page</title>
</head>
<body>Hello Everybody</body>
</html>
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>HTML Template change to your page title</title>
<meta name= "author" content="change to your name">
<meta name= "author" content="Isabel">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
Expand Down
Loading