开发者

Looping with the HTML code

Is it poss开发者_开发问答ible to implement the For loop or while Loop technique with the use of HTML tags?

OR any tags which helps us to give this feature in plain HTML pages?


What are you trying to achieve?

You can't implement any looping with plain HTML, you'd need to implement it in something else like Javascript.


HTML contains no such logic. Java Script would be your best shot if no server-technology available.

regards, //t

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜