Hi,
I want to make sure between HTML and ASP. Most of the HTML codes can be used in the ASP, right. The only different is the syntax, and ASP can support database, and ASP is running in the server.
In HTML,
<img src="boat.gif" alt="Big Boat">
In ASP,
Response.write("<img src='boat.gif'...