function
funMake() {
document.getElementById(
'd1'
).innerHTML = document.URL;
}
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
script
src
"js/script.js"
></
</
body
div
id
"d1"
funMake();