Help with noob html help

Mordinos

BANNED
Joined
Oct 26, 2015
Messages
73
Reaction score
5
Hi,i have white button
<p class="name"><span style="font-weight: bold; font-style: normal; text-decoration: none;">Start Here</span></p>

I want to make it redirect to google.com,can anyone tell me what to do with it?
I tried
<td><a href="don.com">Edit</a></td>

But it didnt work,button just moves a little and nothing happends lol.
 
<a href="domain.com">
<img src="location of button" alt="alt-tag" >
</a>
 
Back
Top