Answers for "html body element properties"

0

javascript body element

<script>
window.onload = function get_body() {

  body = document.getElementsByTagName('body')[0];
}

</script>
Posted by: Guest on August-03-2021
0

how to make body element in html

<body> </body>
Posted by: Guest on February-15-2021

Browse Popular Code Answers by Language