How to use logo's for hyperlinks?

Hey guys, so for the new page I’m making, I want to use logos instead of plain text for my hyperlinks.
Like the frontpage of FCC:


But I’m not sure how I should do it? Any advice is appreciated!

Thanks in advance!

Regards
Ma3_str0

<a href="..."><img src="..." alt="..."></a>

Like taught in the challenge Turn an Image into a Link

Ok,makes sense. I thought you had to use some kind of other function for that, lol.
Thx.