======Javascript HTML DOM innerHTML Property======
%% 요소의 %%HTML%% 콘텐츠를 변경합니다.\\
Click me to change my HTML content (innerHTML).
=====Definition and Usage=====
%%innerHTML%% 속성은 요소의 %%HTML%% 콘텐츠 (내부 %%HTML%%)를 설정하거나 반환합니다.\\
=====Syntax=====
%%innerHTML%% 속성을 반환합니다.\\
HTMLElementObject.innerHTML
\\
%%innerHTML%% 속성을 설정합니다.\\
HTMLElementObject.innerHTML = text
\\
=====Property Values=====
^ Value ^ Description ^
| text | 요소의 %%HTML%% 콘텐츠를 지정합니다 |
=====Technical Details=====
Return Value: 문자열이며, 요소의 %%HTML%%의 콘텐츠를 나타냅니다.\\
=====More Examples=====
====Example====
%%id="myP"%%를 가진 %%
%% 요소의 %%HTML%% 콘텐츠를 가져옵니다.\\
I am a paragraph. Click the button to get the HTML content of the p element.
====Example====
%%id="myList"%%를 가진 %%
- Coffee
- Tea
Click the button to get the HTML content of the ul element.
====Example====
두 개 요소의 %%HTML%% 콘텐츠를 변경합니다.\\
My Web Page
This is a p element
This is a div element
====Example====
%%id="demo"%%를 가진 %%%% 요소의 %%HTML%% 콘텐츠를 경고합니다.\\
Click the button to alert the text of this paragrahp.
====Example====
%%id="demo"%%를 가진 %%
%% 요소의 %%HTML%% 콘텐츠를 삭제합니다.\\
Click the button to delete my HTML content (innerHTML).
====Example====
%%HTML%% 콘텐츠, URL, 그리고 타겟 링크를 변경합니다.\\
Microsoft
{{tag>오션, Javascript HTML DOM innerHTML Property}}