Html

Html posts, videos, courses, and more

Supernova3339 · 10 months ago

The Importance of a CSS Preloader and How to Implement One

In today's fast-paced world, online users have come to expect quick and seamless interactions with websites and applications. Slow loading times, while common, can leave users feeling frustr...
4

Rahul · 11 months ago

What is Javascript Slice? Practical examples and guide

If you're new to coding, the term 'slice method' may be daunting. Put simply, the slice method is a powerful JavaScript tool that lets you extract sections of an array or string. It's one of...

Diogo Capela · 1 year ago

Learn CSS by playing games

CSS is an essential part of web development, as it determines most of the layout and appearance of websites. If you are looking to brush up on your CSS skills, these can be a great way to le...
2

Rahul · 1 year ago

Understanding the Parent CSS Selector :has(): A Comprehensive Guide for Beginners

Have you ever felt like you're stuck in a loop while writing your CSS? Does the thought of using parent selectors to simplify your code seem like an impossible task? Not sure where to start...

Souptik Debnath · 1 year ago

8 Free Avatar Tools

Avatars are digital representations of individuals or characters that have become a important factor of our digital lives. It helps us to express ourselves and engage with others, from socia...
2

Valerio · 1 year ago

Custom Tooltip Directive in Vuejs 3: Tutorial

Custom directives in Vuejs 3 are one of those things where there is no compatibility with the previous version of the framework. Working on the new version of the Inspector frontend dashboar...
1

Rahul · 1 year ago

A guide to CSS Color functions in 2023

Hey, there fellow developers! Today we're going to dive into the world of CSS color functions. You might have used CSS to change the color of an element on a web page, but have you ever hear...
3

amenaisabuwala · 1 year ago

Let's make JavaScript logo with HTML and CSS! 💛

Heyy Smarties! 😎 How are you all doing? Hope you all are doing well! Today we are gonna make a JS logo with HTML and CSS it's gonna be fun! 🥳 And when you'll make it you need to post on T...
2

Rahul · 1 year ago

How to create react elements with JSX | React Recipes

JSX is a powerful tool for building user interfaces that is easy to read and understand, and can improve the performance and maintainability of your code. In this blog post we will learn abo...
4

Souptik Debnath · 1 year ago

8 Best Video Games For Web Developers 💻

In this post, I'll share with you 8 video games that can help you become a better web developer. From problem-solving and logic to design, playing these games will help you develop a variety...
6

Souptik Debnath · 1 year ago

10 Best Free Web Development Courses 🤩

There are countless online resources that can teach you everything you need to know about web development, but getting started with free, self-guided courses is a great way to get familiariz...
1

Sai Ashish · 1 year ago

25 YouTube Channels to Learn Web Development for Free

Web Development is one of the highest-paying careers today. According to the U.S. Bureau of Labor Statistics, web development provided employment to 174,300 developers in the US alone. Going...
2

Souptik Debnath · 1 year ago

12 Best CSS Animation Libraries 😍

No matter what you're looking for, whether it's clean and simple or fun and quirky, you'll definitely find a library for you among these CSSanimation libraries. Here are the best 12 CSS anim...
7

Souptik Debnath · 1 year ago

8 Helpful Tools For Frontend Developers 🦄

There are a variety of front-end development tools for different purposes. Here is a list of 8 front-end tools that you may find useful for your next project. So, let's start without further...
4

Dhairya Shah · 1 year ago

How to disable right-click on your website?

Disabling right-click on websites provides basic security so that people don't save images and copy links and text. Today, in this article I will show you how you can also disable right-clic...
3

Dhairya Shah · 1 year ago

How to make a custom text selection color?

Introduction So are you sick of the default text selection color? I am, so today we're going to override the default color with one that's a lot more attractive. It will be readily apparent...
4

Dhairya Shah · 1 year ago

CSS Box shadow v/s Drop shadow

Shadows are a critical function in the world of web design and can serve a number of useful functions. Shadows add depth, dimensionality, and direction to your content. There are two propert...
4

Dhairya Shah · 1 year ago

How to set the HTML lang attribute in Next.js?

What is HTML lang Attribute? The HTML lang attribute is used to identify the language of the content on the web and, when you've got an international audience say for example Spanish and Eng...
3

Dhairya Shah · 1 year ago

How to make a beautiful gradient scroll bar with CSS

Introduction In this article, we will explain how to make a custom scrollbar in CSS. Custom scrollbar using CSS is a very useful and important thing for a website. It makes the website more...
6

Diogo Capela · 2 years ago

Adding fallback images onto your React projects

If you are developing a web application, then there are a lot of things to consider. One important aspect is the images that are used, for aesthetic purposes or various other reasons (e.g. i...
3

Dhairya Shah · 2 years ago

Let's make a Sponsor page with Next JS and Stripe

Today, let's build a sponsor page with Next JS and Stripe. Wish you all the best 🙌 Introduction Next JS - Next.js is an open-source web development framework built on top of Node.js enablin...
2

Dhairya Shah · 2 years ago

Do you know history.back() in JavaScript?

So, we all surf the internet to watch YouTube videos and Stackoverflow and many more. And we usually click "←" this button to go back to the previous website. Do you know? You ca...
3

Dhairya Shah · 2 years ago

Let's make a sticky navbar in both Vanilla & Tailwind CSS

Many of us have noticed, a sticky navigation bar on many websites including this blog... Here in the GIF, as you can see Navbar is fixed to the top of the page. The only purpose of keeping...
5

Dhairya Shah · 2 years ago

It's 2022, don't use the console.log(😎)

We as Javascript developers usually console.log() stuffs to test the output or just for fun. Even, I can bet that our (include me ✌️) first code was "Hello world" logged in the con...
3

Abhiraj Bhowmick · 2 years ago

5 best practices for better HTML forms

Forms are an essential part of any UI It can be intimidating to work with HTML forms. They don't only use a few specialised HTML elements; they also blur the barrier between static material...
4

Dhairya Shah · 2 years ago

View list of GitHub commits within the specified date range

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Have you ever n...
2

Dhairya Shah · 2 years ago

Flipping Card in CSS

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today, I am her...
4

Dhairya Shah · 2 years ago

How can you implement the sleep() function in Javascript?

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. Today, I am her...
1

Dhairya Shah · 2 years ago

7 JavaScript One Liners to look like a pro

Hello Folks 👋 What's up friends, this is SnowBit here. I am a young passionate and self-taught frontend web developer and have an intention to become a successful developer. I love building...
1

Tony Lea · 2 years ago

Checking for valid HTML strings in Javascript

I had a scenario where I needed to validate an HTML string to make sure it is correctly structured. In this quick tutorial I will show you an example of how to check if an HTML string is val...
3

Loading More Content