Line 2: | Line 2: | ||
<html> | <html> | ||
<script> | <script> | ||
− | + | var $myroot=document.createElement("div"); | |
− | + | $myroot.setAttribute('id','root'); | |
− | + | document.body.appendChild($myroot); | |
− | + | ||
</script> | </script> | ||
<head> | <head> |
Revision as of 15:58, 29 September 2019