This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
Hide an HTML Element:
myElement.hide();
myElement.style.display = "none";
Show an HTML Element:
myElement.show();
myElement.style.display = "";
Change the font size of an HTML element:
$("#demo").css("font-size","35px");
document.getElementById("demo").style.fontSize = "35px";
Eventually the navigation links, above, will be replaced by these (previous) and (next) buttons below.
JavaScript icons used in the buttons provided by ICONS8.COM. Smartphone icons created by Freepik - Flaticon