The task: to transfer textual information from blocks one and two to a file of json format, and in order to be able to change it in this json file. That is, to change the text in json it was added or changed in .html
we add to the json file for example instead of "one one one" the text "rantext" and it should change the html file. You just need to remake the html file in html, which will take the text data from the json file and put it in a specific block
I hope clearly explained
Help with this Hello World
<section class="one-section"> <div class="one">one one one</div> </section> <section class="two-section"> <div class="two">two two two</div> </section>