Bug fix: add alt text for image
This commit is contained in:
parent
fa62b14b4c
commit
4568f6998b
|
@ -19,7 +19,7 @@
|
|||
<h2>This is me</h2>
|
||||
</header>
|
||||
|
||||
<img src="./assets/html_joke.jpg">
|
||||
<img src="./assets/html_joke.jpg" alt="An html joke">
|
||||
<!-- Source: http://funnygeekjokes.blogspot.com/2013/02/how-to-tell-html-from-html5-joke.html -->
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue