Lab8 go reeeeee
This commit is contained in:
@@ -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>
|
||||
|
32
Assignments/lab08_CalebFontenot/public_html/8.3/8.3.html
Normal file
32
Assignments/lab08_CalebFontenot/public_html/8.3/8.3.html
Normal 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>
|
BIN
Assignments/lab08_CalebFontenot/public_html/8.3/myisland.jpg
Executable file
BIN
Assignments/lab08_CalebFontenot/public_html/8.3/myisland.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user