1
I want to make a JS code to display certain content related to the days, as in the example below.
day 1 = html a day 2 = html b day 3 = html c
Type, when it is on day 1, will appear an html content a and when finish the 24 hours goes to day 2 and displays html b and so on.
I just want to know the basis of how to run it, someone can give me a help?
How many different days are there? one per week, one per month, or a fixed number that goes around?
– Sergio
And another question, whether the page reload the user sees the same content as that day or could be other content?
– Sergio