Skip to content

Commit 3b215f2

Browse files
committedNov 20, 2019
##449 HTML lesson 1 example to match tutorial
1 parent 5509af5 commit 3b215f2

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed
 

Diff for: ‎html/lesson1/example.html

+17-9
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,23 @@ <h2>Why do I like owls so much?</h2>
1717
<li><b>and lovely</b></li>
1818
<li><b>and cuddly</b></li>
1919
</ol>
20-
<div><img src="images/img4.jpg" alt="cute owl"/></div>
21-
<div><img src="images/img5.jpg" alt="another cute owl"/></div>
22-
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">Watch this video here</a>
23-
<h4>
24-
<i>&#34;A wise old owl sat on an oak; The more he saw the less he spoke; <br>
25-
The less he spoke the more he heard; Why aren&#39;t we like that wise old bird?&#34;
26-
</i>
27-
</h4>
28-
<p><small>- nursery rhyme</small></p>
20+
<div>
21+
<a href="https://www.youtube.com/watch?v=gBjnfgnwXic">
22+
<img src="images/img4.jpg" alt="cute owl">
23+
<img src="images/img5.jpg" alt="another cute owl">
24+
<br>
25+
Watch the video
26+
</a>
27+
</div>
28+
<div>
29+
<p>
30+
<strong>
31+
"The Owl &amp; the Pussy-cat went to sea <br>
32+
In a beautiful pea-green boat"
33+
</strong>
34+
</p>
35+
<small>&mdash; nursery rhyme</small>
36+
</div>
2937
<div>
3038
<h3>Owls:</h3>
3139
<p>

Diff for: ‎html/lesson1/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial we are going to look at:
1818

1919
### Goal
2020

21-
By the end of this tutorial you will have built [this webpage.](https://tutorials.codebar.io/html/lesson1/example.html "I love owls")
21+
By the end of this tutorial you will have built [this webpage.](example.html "I love owls")
2222

2323
#### What is HTML?
2424

0 commit comments

Comments
 (0)