“tombol html dengan href” Kode Jawaban

href pada tombol

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

tautan tombol HTML

<button><a href='https://google.com' alt='Broken Link'>This is a button</a></button>
Arab Fire Shaman

Buton html href

<!-- if you are on Window : --> 
<button onclick="window.location.href='page2.html'">
  Button
</button>

<!-- if you are on linux or macOS : -->
<button onclick="location.href='page2.html'">
  Button
</button>
Pr.Gaultier

tombol sebagai href

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

tombol HTML dengan tautan

<a href="https://www.google.com">
  <button>Go to Google</button>
</a>
hateschoollovecoding

tombol html dengan href

<form method="get" action="/page2">
    <button type="submit">Continue</button>
</form>
Energetic Eland

Jawaban yang mirip dengan “tombol html dengan href”

Pertanyaan yang mirip dengan “tombol html dengan href”

Lebih banyak jawaban terkait untuk “tombol html dengan href” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya