What is the HTML DOM? The HTML Document Object Model (DOM) is a standard object model and programming interface for HTML. It allows javascript to get, change, add, or delete HTML elements. Since each piece of an HTML document has it’s own element, javascript can freely modify whatever it needs to.
How to Use Javascript to Interact with the Content of an HTML Page Each HTML element can have a name, label, or id.
What is a Progressive Web App? Progressive Web Apps (PWAs) are a new way to build web applications that are fast, reliable, and engaging. They are a combination of web technologies and best practices that allow users to install a web application on their mobile device or desktop.
Why PWAs? PWAs use web-platform technologies to deliver an app-like experience to users. Technologies like Service Workers, Web App Manifests, and Push Notifications allow PWAs to provide a native-like experience to users.