Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
35 views1 page

Css PR 1 Helloworld!

The document is an HTML file that contains a script. It writes 'WORLD!' to the document and displays an alert with the message 'HELLO WORLD!'. The script executes when the HTML is loaded in a browser.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

Css PR 1 Helloworld!

The document is an HTML file that contains a script. It writes 'WORLD!' to the document and displays an alert with the message 'HELLO WORLD!'. The script executes when the HTML is loaded in a browser.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

<html>

<body>
<script>
document.write("WORLD!");
alert("HELLO WORLD!")
</script>
</body>
</html>

You might also like