Skip to content

Commit ea35d6c

Browse files
committed
images
1 parent 613deff commit ea35d6c

16 files changed

+45
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

5/.DS_Store

6 KB
Binary file not shown.

5/adding-images.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<img src="images/test.jpg" alt="one piece" title="This is one piece." />

5/aligning-images-horizontally.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p><img src="images/test.jpg" alt="one piece" width="100" height="100" align="left" />There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antarctic. Many species undertake long distance annual migrations, and many more perform shorter irregular journeys.</p>
2+
<hr />
3+
<p><img src="images/test.jpg" alt="one piece" width="100" height="100" align="right" />There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antarctic. Many species undertake long distance annual migrations, and many more perform shorter irregular journeys.</p>

5/aligning-images-vertically.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<p><img src="images/test.jpg" alt="one piece" width="100" height="100" align="top" />There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antarctic. Many species undertake long distance annual migrations, and many more perform shorter irregular journeys.</p>
2+
<hr />
3+
<p><img src="images/test.jpg" alt="one piece" width="100" height="100" align="middle" />There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antarctic. Many species undertake long distance annual migrations, and many more perform shorter irregular journeys.</p>
4+
<hr />
5+
<p><img src="images/test.jpg" alt="one piece" width="100" height="100" align="bottom" />There are around 10,000 living species of birds that inhabit different ecosystems from the Arctic to the Antarctic. Many species undertake long distance annual migrations, and many more perform shorter irregular journeys.</p>

5/example.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<html>
2+
<head>
3+
<title>Images</title>
4+
</head>
5+
<body>
6+
<h1>
7+
<img src="images/logo.gif" alt="From A to Zucchini" />
8+
</h1>
9+
<figure>
10+
<img src="images/chocolate-islands.jpg" alt="Chocolate Island" title="Chocolate Islands Individual Cakes" />
11+
<p>
12+
<figcaption>
13+
This recipe for individual chocolate cakes is so simple and so delectable!
14+
</figcaption>
15+
</p>
16+
</figure>
17+
<h4>More Recipes:</h4>
18+
<p>
19+
<img src="images/lemon-posset.jpg" alt="Lemon Posset" title="Lemon Posset Dessert" />
20+
<img src="images/roasted-brussel-sprouts.jpg" alt="Roasted Brussel Sprouts" title="Roasted Brussel Sprouts Side Dish" />
21+
<img src="images/zucchini-cake.jpg" alt="Zucchini Cake" title="Zucchini Cake No Frosting" />
22+
</p>
23+
</body>
24+
</html>

5/figure-and-figure-caption.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<figure>
2+
<img src="images/otters.jpg" alt="Photograph of two sea otters floating in water" />
3+
<br />
4+
<figcaption>Sea otters hold hands when they sleep so they don't drify away from each other.</figcaption>
5+
</figure>

5/height-and-width-of-images.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<img src="images/test.jpg" alt="one piece" title="This is one piece." width="600px" height="450px" />

5/images/chocolate-islands.jpg

73.7 KB
Loading

5/images/lemon-posset.jpg

22.1 KB
Loading

0 commit comments

Comments
 (0)