Lab8 go reeeeee

This commit is contained in:
2023-02-24 10:09:50 -06:00
parent f2b6732560
commit d9078b05ed
9 changed files with 138 additions and 88 deletions

View File

@@ -4,11 +4,13 @@
<title>Casita Sedona</title>
<meta charset="utf-8">
<link href="casita.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<header>
<h1>Casita Sedona</h1>
<a href="index.html#content">Skip to Content</a>
</header>
<nav>
<ul>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>Tropical Island Gateway</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
figure {
width: 480px;
border: 1px solid #000000;
padding: 6px;
}
figcaption { text-align: center;
font-family: Papyrus, fantasy;
}
</style>
</head>
<body>
<figure>
<img src="myisland.jpg" width="480"
height="320" alt="Tropical Island">
<figcaption>
Tropical Island Getaway
</figcaption>
</figure>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB