Learn useful programming skills.
-
Introduction to Progressive Web Apps(PWA)
A Progressive Web App is a web application that uses modern web capabilities to deliver an app-like experience to users. PWAs combine the flexibility and reach of the web with the performance, offline capabilities, and engagement of a native mobile app.
-
Difference between <b> and <strong>, <i> and <em> in HTML
When it comes to styling text in HTML, there are a variety of tags you can use to make your content bold, italic, or emphasized. However, not all tags are created equal, and understanding the subtle differences between them can help you write cleaner, more semantic code.
-
Beginner’s cheat sheet for HTML
Here’s a beginner’s HTML cheat sheet to get you started with the basic structure and common elements.