© 2022 Hashnode
The picture element is an HTML element for declaring images based on different screen sizes or viewport without the need of writing "CSS" media queries. It takes in two properties, the —<source> tag w…
If you recognize yourself just by reading the title and subtitle, then this article is for you. Do you have a project written on a piece of paper lying around in your drawer? I invite you to take it o…
So you have heard of lazy loading. Let me quote from Wikipedia. Lazy loading is a device pattern commonly used in computer programming and mostly in web design and development to defer initialization…
INTRODUCTION CSS Combinators is one of the vital topics to understand in CSS. In a case where you are writing a bulky code, which is common to encounter while coding, while styling with CSS you probab…
If you've added any image to a website, I'm pretty sure you've been pestered by your UI framework, or your mentor, to add an alt text. And it makes sense. The alt text you do something that a computer…
To Template or Not To Template, That is the Question. When you are starting out in web development, either for personal pleasure, a career transition, to freelance and make a little extra money, or an…
Creating a responsive navbar without using any framework. The goal of a Responsive web design is about making web pages look good on all devices. A responsive web design will automatically adjust or a…
Ok So you have learned html CSS and may or may not have knowledge of JavaScript and you might have made some websites too. But you are stuck What to do with all this knowledge. So tired of watching so many YouTube videos, trying your b…
HTML is basically the backbone of web development. In this article, I'll be explaining the concept of HTML and why it is a must for every website. What is HTML? HTML stands for Hyper-Text Mark-up Language. It tells a browser how it should d…
HTML stands for HyperText Markup language, and its basic function is providing a structure for a web page. It consists of tags that help create the structure with their various uses. Some of which inc…