html5 - Sort and display items in a list randomly every time using pure static html(5) -


i have big list of products (10.000 unique items). have them in text file, can produce them in format (one per row, csv, etc.)

i want build web page using static html or html5 (no javascript) every time when loaded or refreshed display in ordered or un-ordered list randomly chosen 25 unique items out of total of 10.000 (or round robin, etc.).

is there way this? thank you.

if want absolutely no javascript(or scripting), short answer is not possible.

html markup language , cannot perform such scripting tasks. here w3c docs html5 , capabilities: html5


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -