Hello.

I am starting to learn ASP and VBScript. Could you please tell me how they are different, how they are related, or whatever in terms of HTML?

I know that the tag to start any VBScript (ditto to Javascript) is <SCRIPT LANGUAGE="VBScript">, and the code for ASP is included inside <% %>. But, can VBScript be included inside <% %>?

Any inputs are welcomed.

SK