Share
Tuesday, 2 June 2015
Tutorial 1 Asp Coding
<!DOCTYPE html>
<html>
<body>
<%
response.write("Hello World!")
%>
</body>
</html>
Result:
Hello World!
Older Post
Home