Is there a way to use Javascript to dynamically change the text in an H1 tag every 2 seconds without altering the HTML structure?
For example:
1) Made for agencies... 2) Made for start-ups... 3) Made for small businesses...
I want the words after "Made for" to be switched out programmatically using only Javascript and CSS.
Any suggestions or solutions are greatly appreciated!