Ayomikun Osotaayoosota.hashnode.dev·Oct 11, 2024How to Print Using an iframe with JavaSrcipt (without wahala)Have you ever clicked a button and, like magic, a document or receipt starts printing? That was exactly what I needed my users to feel when I first tried to implement a print feature. But building it wasn’t magic—it took me a whole day. If you’ve Goo...ctrl
Ayush Nighoskarayushn.hashnode.dev·Dec 13, 2023Exploring HTML Tags: <iframe>, <figure>, <span>, <progress>, <meter>, <figcaption>Introduction HTML, the backbone of the web, provides various tags for structuring content. In this post, we'll explore the functionalities and use cases of <iframe>, <figure>, <span>, <progress>, <meter>, and <figcaption>. <iframe>: Embedding Externa...51 readsWeb Development