ASP

ASP
<html>
   <head>
      <title>Hello world</title>
   </head>
   <%
      Response.Write("Hello World")
   %>
</html>
Commentaires
- Ecrire votre code avec votre editeur de texte

Fichier : asp.html


Retour page principale


Valid CSS!  -  Valid XHTML 1.0 Transitional