“bouton html cliquez URL” Réponses codées

bouton comme href

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

bouton html cliquez 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

bouton href

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

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

Réponses similaires à “bouton html cliquez URL”

Questions similaires à “bouton html cliquez URL”

Plus de réponses similaires à “bouton html cliquez URL” dans HTML

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code