Beiträge von Jakob5603

    Hey! Ich bin grade dabei HTML / CSS zu lernen, jedoch habe ich ein paar Probleme.


    Folgendes verstehe ich nicht: Wenn ich etwas in meinem index.html Dukument schreibe, wie verbinde ich dieses dann mit CSS (wie mache ich es dass genau dieses mit der style.css bearbeitet wird)?




    Ich habe außerdem einmal probiert einen Button zu machen, was ist daran falsch?




    <!DOCTYPE html>

    <html>

    <head>

    <style>

    }

    </style>

    </head>

    <body>

    <form>


    <input type="button" value="Beweben" onclick="window.location.href='http://www.playgalaxy.net/bewerben'" />

    <form {

    background-color: #4CAF50;

    border: none;

    color: white;

    padding: 15px 32px;

    text-align: center;

    text-decoration: none;

    display: inline-block;

    font-size: 16px;

    margin: 4px 2px;

    cursor: pointer;

    </form>



    </body>

    </html>



    Ich bitte um hilfe, viele Grüße!