์งฑ์งฑ๊ธฐ์ด๊ฒ ์ง๋ง ํท๊ฐ๋ฆฌ๋๊ฑธ ์ ๋ฆฌํ๋๊ฒ ๋ชฉ์ ์ด๋ฏ๋ก ์์ฃผ ์ฌ์ํ๊ฒ๋ ์ ์...์์ ......๐ญ
- innerHTML : ํ๊ทธ ์ ์ฉ ํจ
- innerText : ํ๊ทธ ์ ์ฉ ์ํจ
const title1 = document.querySelector(".title1");
title1.innerHTML = "<span style='color:red'>๋ผ๋ผ๋ผ</span>";
const title2 = document.querySelector(".title2");
title2.innerText = "<span style='color:red'>๋ผ๋ผ๋ผ</span>";
์์๋ฅผ ๋ณด๋๊น ์ฐธ์ฝ์ฅฌ?๐ญ
'๐๊ณต๋ถ > JS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[JavaScript] IIFE(Immediately Invoked Function Expression) (0) | 2021.09.15 |
---|---|
[JavaScript] ์ด๋ฒคํธ ๋ฃจํ (0) | 2021.08.14 |
[JavaScript] Arrow function vs Function (0) | 2021.07.28 |
[JavaScript] JS์ Implicit Return (์์์ ๋ฐํ) (0) | 2021.05.23 |
[JavaScript] image ๊ฐ์ฒด (0) | 2020.11.06 |
๋๊ธ