Baseline Widely available
Document.documentElement
ì½ê¸° ì ì© ìì±ì 문ìì ë£¨í¸ ìì를 ëíë´ë Element
를 ë°íí©ëë¤. HTML 문ì를 ìë¡ ë¤ë©´ <html>
ìì를 ë°íí©ëë¤.
const element = document.documentElement;
ìì
const rootElement = document.documentElement;
const firstTier = rootElement.childNodes;
// firstTier is a NodeList of the direct children of the root element
// such as <head> and <body>
for (const child of firstTier) {
// do something with each direct child of the root element
}
ì°¸ê³
모ë ë¹ì´ìì§ ìì HTML 문ìì documentElement
ë íì <html>
ìì를 ê°ë¦¬íµëë¤. 모ë ë¹ì´ìì§ ìì XML 문ìì documentElement
ë ì¢
ë¥ë¶ë¬¸íê³ í´ë¹ 문ìì ë£¨í¸ ìì를 ê°ë¦¬íµëë¤.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4