ScottHope:
The phrase 'Hello World!' is a piece of text that novice programmers put into their first piece of code. ; )
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
If you copy the above code into notepad and save it as an .html file (instead of notepad's default .txt file) and then open the saved file, it should open in your default browser and display the text 'Hello World!'
When they quit, do they insert "Goodbye World"???
Sorry - could not exist. I wrote my "Hello World" program in 1966.