+ 1
How to add loop IN HTML?
How to repeat the texts in html from loop and others. When we write hello, so hello repeat in all screen x1 to x2 sides..
2 Answers
+ 6
I don't think We can't add loops in HTML we can use it in JavaScript instead.
+ 2
Shakti Singh rathore We cannot impliment loop functionality in Html because It's a markup language. We can do using Javascript.