Created
November 8, 2016 16:51
-
-
Save anonymous/006e24ccc0e7a4e5de97395e0e1835a1 to your computer and use it in GitHub Desktop.
// source http://jsbin.com/xijoze
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Fundamental Unit 4: Working with Images --> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
<img src="http://i.imgur.com/z9gGd0t.jpg" title="grumpy cat" alt="grumpy cat hates bad design"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment