Shortcut Navigation:

Writing ASP Code Quiz

ASP code is....

Which programming language is most commonly used to script ASP code?

ASP pages can contain embedded HTML code.

What happens when a user types in a URL that requests an ASP page?

If the default pages in HTML are index.htm, default.html, etc, what are the default pages in ASP?

When writing ASP code, what are the correct delimiters to use?

It is imperative when writing ASP code is to begin every file with which statement?

In order for you to execute ASP code on your computer, you need to be running web server software such as Personal Web Server.

ASP code can be written in any text editor such as Notepad.

Thinking Question: ASP code can be written to show the current time. Is it possible to show a live, ticking clock using ASP?