Hey All.
i have round about 5,000 images/wallpapers/backgrounds and i want to upload them to my server with html.
in html i have to write 5,000 lines of code for the wallpapers, i want to know if there is a way to use loop in
html so that i can save 4499 lines of code. i mean if i use for loop then it will execute 5,000 times and i
will use only one statement for image displaying. thanks in advance.
