<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
</
body
script
var val = 'This is a global variable';
document.write(val);