Well ASP is code set aside by <%ASP CODE%> tags. The final output of ASP is HTML. For example:
Code:
<html>
<title>This is HTML</title>
<head>
</head>
<body>
<H1>This is HTML</H1><br>
<H1><%=Response.Write "This is ASP"%></H1>
</body>
</html>
This is very simple but it has a combination of ASP and HTML. If you copy and paste the code into notepad, save it somename.asp on the server then you will be able to open that page and see how it works.
Simple answer to your question is yes HTML and ASP work hand in hand. You should be able to put ASP code inside any HTML template you buy and have it work. It will be tricky and probably, unless your really wanting to learn ASP and HTML hire a professional.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.