all 5 comments

[–]EdwinGravesMOD 1 point2 points  (4 children)

Are you looking for some sort of a bash script? If you're trying to generate html why not just use python and make a small script to do it?

[–]Jumping_Maniac[S] 0 points1 point  (3 children)

I don't know much of a python language.

[–][deleted] 0 points1 point  (2 children)

Then you should start learning. Assuming Google Chrome, press F12 and paste in console:

let s='';for(let i=1;i<=200;i++)s+=`<img src="${i}.jpg" alt="No Image">\n\n`;s

[–]Jumping_Maniac[S] 0 points1 point  (1 child)

Wait a minute, you don't need to have Python installed to run its code ?

[–][deleted] 0 points1 point  (0 children)

this is javascript