Create images

This commit is contained in:
Joe James
2020-02-14 13:14:43 -06:00
committed by GitHub
parent a259479710
commit 0d13667c1b

9
images Normal file
View File

@@ -0,0 +1,9 @@
<!-- Image resized to 200x140 pixels -->
<img src="https://kahoot.com/files/2020/02/K-for-schools-usecase-focus-on-.png" width="200" height="140" />
<img src="https://kahoot.com/files/2020/02/K-for-schools-usecase-focus-on-.png" />
<!-- 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" />
</a>