beginner's guide to basic html no. #2 - inserting urls and images.

hi, i'm keaton!! and in today's tutorial, we'll be learning about the <a> tag, and the <img> tag. this tutorial is going to be a bit short, mkay?

now, the "<a>" tag is used for defining hyperlinks. here is an example:


<a href="website">my cool website</a>

replace "website" with your website url, and bam! there you go.

now, onto the next part. lets say, you want to insert an image. or in spacehey, you might just want to add a stamp/blinkie. how are you gonna do that? it's simple!

<img src="image">

replace "image" with your image url, and you got yourself an image.
okay, but... what if you want to make a button?

<a href="website"><img src="image"></a>

replace "website" with your website url and "image" with your image url, and boom, you now have a button.

i guess that just about sums up images and urls for today. if you have any questions, lmk in the comments. :)

cya!


4 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )