Demo17

W3.CSS

W3Schools.com
THE WORLD’S LARGEST WEB DEVELOPER SITE

CSS

The Language for Styling Web Pages

LEARN CSS
CSS REFERENCE

body {
    background-color: #d0e4fe;
}
h1 {
    color: orange;
    text-align: center;
}
p {
    font-family: “Times New Roman”;
    font-size: 20px;
}

Try it Yourself

JS

The Language for Programming Web Pages

LEARN JS
JS REFERENCE

// Click the button to change the color of this paragraph

function myFunction() {
    var x;
    x = document.getElementById(“demo”);
    x.style.fontSize = “25px”;
    x.style.color = “red”;
}

Try it Yourself

글 더보기 :  제휴마케팅 블로그 트래픽 폭발적 증가! 월 방문자 100만 돌파 성공 사례 5가지