Semester 3 pog
This commit is contained in:
20
Semester 1/Chapter ZIPs/HTML/chapter5/5.10/index.html
Normal file
20
Semester 1/Chapter ZIPs/HTML/chapter5/5.10/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Tropical Island</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
figcaption { font-weight: bold;
|
||||
font-style: italic;
|
||||
font-size: 1.5em;
|
||||
font-family: Trajan Pro, Arial }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<figure>
|
||||
<img src="myisland.jpg" alt="Tropical Island" height="480" width="640">
|
||||
<figcaption>Tropical Island Getaway
|
||||
</figcaption>
|
||||
</figure>
|
||||
</body>
|
||||
</html>
|
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.10/myisland.jpg
Normal file
BIN
Semester 1/Chapter ZIPs/HTML/chapter5/5.10/myisland.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user