Thursday, July 30, 2009

What is code for following program in ASP?

Write ASP code segment that will display "Hello VNSGU" message six times with font size=1 to 6 with loop structure.

What is code for following program in ASP?
For X = 1 To 6


Response.Write ("%26lt;span style='font-size:" %26amp; X %26amp; "'%26gt;Hello VNSGU%26lt;/span%26gt;
")


Next


No comments:

Post a Comment