“Tombol HTML Klik URL” Kode Jawaban

tombol sebagai href

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

Tombol HTML Klik URL

# Wrap whole button in a 'a' tag.
 <a href="https://google.com" class="button"><button class="pixel">Button text</button></a>
Neo the Elephant

tombol href

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
Bad Bird

Jawaban yang mirip dengan “Tombol HTML Klik URL”

Pertanyaan yang mirip dengan “Tombol HTML Klik URL”

Lebih banyak jawaban terkait untuk “Tombol HTML Klik URL” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya