<!DOCTYPE html>
<html>
<body>
<%
dim i
迴圈 i 從 1 到 6
response.write("<h" & i & ">標題 " & i & "</h" & i & ">")
next
%>
</body>
</html>