Update index.html
Added alternative text to image line to support accessibility.
This commit is contained in:
parent
10cca4aa59
commit
3d438481ab
|
@ -29,7 +29,7 @@
|
||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/sugvnHA7ElY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/sugvnHA7ElY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
<hr>
|
<hr>
|
||||||
<h4>Image/Picture<h4>
|
<h4>Image/Picture<h4>
|
||||||
<img src="studentlogo.png">
|
<img src="studentlogo.png" alt="Student Logo">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue