+ 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..

6th Jul 2020, 7:01 AM
Shakti Singh rathore
Shakti Singh rathore - avatar
2 Answers
+ 6
I don't think We can't add loops in HTML we can use it in JavaScript instead.
6th Jul 2020, 7:34 AM
Nilesh
Nilesh - avatar
+ 2
Shakti Singh rathore We cannot impliment loop functionality in Html because It's a markup language. We can do using Javascript.
6th Jul 2020, 7:05 AM
AÍąJ
AÍąJ - avatar