The lovely Sierra asked a question in the comments of yesterday’s challenge that I thought I’d answer in a post.
How do you link your photo to an external (or internal) page?
I suspect that there is an option to do so directly from your media uploader/inserter on most blogging platforms. I know that in WordPress there is:
Here’s a diagram of how you’d do it in html. Keep in mind the format <tag attribue=”value”></tag>. If you notice, the “<img>” tag doesn’t have a closing bracket; most html tags require a closing bracket but not all do. You can change the width and/or height to anything you like.

If you have any questions, I’ll do my best to answer them! Any other html basics you want to learn?


