Files
jps/html/images.html

10 lines
445 B
HTML
Raw Normal View History

2020-02-16 12:41:45 -06:00
<!-- Image resized to 200x140 pixels -->
<img src="https://kahoot.com/files/2020/02/K-for-schools-usecase-focus-on-.png" width="200" height="140" />
2020-02-16 11:35:00 -06:00
2020-02-16 12:41:45 -06:00
<img src="https://kahoot.com/files/2020/02/K-for-schools-usecase-focus-on-.png" />
2020-02-16 11:35:00 -06:00
2020-02-16 12:41:45 -06:00
<!-- Image with URL link, use the a (anchor) tag. -->
<a href="http://www.fandango.com">
<img src="https://kahoot.com/files/2019/10/MCA_Gold_Label_2in_150dpi_Print-copy.jpg" width="200" height="200" />
2020-02-16 11:35:00 -06:00
</a>