<input type="button" value="night" onclick="
document.querySelector('body').style.backgroundColor = 'black';">
- C만 대문자로 써야하는 규칙이 있음
- backgroundColor = 바탕색 셋팅
- 밑에 그냥 color = 글자색 셋팅
'Programming > JavaScript 0' 카테고리의 다른 글
WEB2 JavaScript - 16. Conditional Statements (0) | 2020.09.04 |
---|---|
WEB2 JavaScript - 15. Comparison Operators and Boolean data type (0) | 2020.09.04 |
WEB2 JavaScript - 8. Controlling a Web Browser (0) | 2020.09.04 |
WEB2 JavaScript - 7. Variables and Assignment Operators (0) | 2020.09.04 |
WEB2 JavaScript - 6. Data types - Strings and Numbers (0) | 2020.09.04 |