innerHTML
The innerHTML Property The easiest way to get the content of an element is by using the innerHTML property. The innerHTML property is useful for getting or replacing the content of HTML elements. Example The following code gets the innerHTML from the element with id="intro": 1 2 3 4 5 6 7 8 9 10 11 12 Hello World! result) The nodeName Property The nodeName property specifies the name of a node. ..
■ 프론트엔드 ■/HTML
2013. 10. 13. 21:41