“tombol sebagai href” Kode Jawaban

href pada tombol

<button onclick="window.location.href='/page2'">Continue</button>
STIFLER

tombol sebagai href

<button onclick="location.href='http://www.example.com'" type="button">
         www.example.com</button>
Strange Skylark

tombol html sebagai tautan

<button class="btn btn-success" onclick="location.href='http://google.com';"> Google</button>
#open link from button
Horrible Hamerkop

href di tombol

<input type="button" onclick="location.href='https://google.com';" value="Go to Google" />
OK

tombol href

<a href="https://google.com" class="button">Go to Google</a> //*button link *//
Bad Bird

tombol sebagai href

<!--
There are many ways, you can do it, but the best I think is that we will surrond a button
inside a link so that it would work like one!
-->
<a href="www.youtube.com">
	<button>
    	Youtube
    </button>
</a>
Funny Fly

Jawaban yang mirip dengan “tombol sebagai href”

Pertanyaan yang mirip dengan “tombol sebagai href”

Lebih banyak jawaban terkait untuk “tombol sebagai href” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya