How to put out new info to a page. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to put out new info to a page.

how can you update a html page without deleting what you have done before?... Lets say I have a blog post, and the next day I want to put out new information. but I dont want the main page to be forever long. can I store it in an archive? make a "menu" bar? Is this where the back end comes in maybee? -level noob

23rd Sep 2017, 9:57 PM
Frode Haukeland
Frode Haukeland - avatar
1 Answer
0
Maybe you can set 'display:none' to the desired container/containers. Or store the info into JSON dictionary. Or something similar with JS.
24th Sep 2017, 2:02 AM
_Cătălin
_Cătălin - avatar