As you can see, the anatomy of an Active Server Page is not very different from a regular Web page.
The only difference is the code that is between the <% %> tags. This code is executed on the server and
not on the client. This means that this code actually happens before the page is ever sent to the
browser. The actual output looks like Figure 13.10. If you were to view the source of the output of the
final page, you would see the following:
<HEAD>
</HEAD>
<P align=center><FONT size=5><STRONG>Thank You For Signing
Our Guest Book. </STRONG></FONT></P>
<P align=center><FONT size=5><STRONG>Come Back Real
Soon!!</STRONG></FONT></P>