Skip to content

Commit f0091f1

Browse files
committed
feat: changed line 46: "facts about birmingham" from an ordered list to unordered and included a alt attribute to line 29
1 parent cd147b2 commit f0091f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>Facts About Glasgow</h3>
2626
<li>There is <em>always</em> a traffic cone on the Duke of Wellington statue!</li>
2727
</ul>
2828
</div>
29-
<img src="https://c.files.bbci.co.uk/16F94/production/_130100149_pa-20938626-1.jpg">
29+
<img src="https://c.files.bbci.co.uk/16F94/production/_130100149_pa-20938626-1.jpg" alt="a stature of a man riding a horse">
3030
</section>
3131
<section class="content inverted">
3232
<div>
@@ -44,13 +44,13 @@ <h3>Facts About Manchester</h3>
4444
<section class="content">
4545
<div>
4646
<h3>Facts About Birmingham</h3>
47-
<ol>
47+
<ul>
4848
<li>There are more canals here (35 miles) than in Venice (26 miles)</li>
4949
<li>The world's first football league started here</li>
5050
<li>The postage stamp was invented here in 1839</li>
5151
<li>Home to the 5th busiest McDonald's in the world</li>
5252
<li>The board game Cluedo was invented here in 1943</li>
53-
</uol>
53+
</ul>
5454
</div>
5555
<img src="https://cdn.pixabay.com/photo/2017/08/24/07/36/birmingham-2675655_1280.jpg" alt="Canal boats in Birmingham at night">
5656
</section>

0 commit comments

Comments
 (0)