How to display multiple html pages using single index.html -


i have multiple html pages , want display them using index.html, don't want use link button or thing. want display them after time period. how can so?

you can use meta tag in every page header. , inside meta tag can put redirect link , time.

<meta http-equiv="refresh" content="5;url=http://www.stackoverflow.com/"> 

this time in second.

content="5; 

Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -