« Web, HTML, Tech Forum

Clickable buttons

Does anyone know if you can make clickable buttons? (like its a blinkie but if you click it it sends you to a yt video) If so could you send me the code for it pleasee!?!?


Report Topic

2 Replies

Sort Replies:

Reply by suki

posted

wrap the <img> tag in an <a> tag, like this:




<a href="https://example-link.com"><img src="exampleimage.jpg"></a>


Permalink Report Reply

Reply by Oceanbacon

posted