UI 만들기
<script>
document.getElementById('hello').style.color = "red";
document.getElementById('hello').style.background = "rgb(0,0,0)";
document.getElementById('hello').style.background = "#000000";
</script>

😒완성된 코드만 보고 따라치는건 아무 의미없다.
Last updated
