HTML tables are here from the early days of the web. According to some sources, tables were part of HTML standard since version 3.2. It can be surprising that some web designers never worked with this element. In this article, we will discuss everything you need to know about tables. We will start with basic… Continue reading What Every Web Designer Needs to Know About HTML Tables
Tag: html
Quick and Easy Introduction to CSS Grid for Beginners
Have you heard about CSS grid? This is currently a very popular topics on web design scene, probably one of the most popular. It is also one of the most searched CSS features on CanIUse website. It is not a surprise. It is safe to say that CSS grid has the potential to cause a… Continue reading Quick and Easy Introduction to CSS Grid for Beginners
Learn How to Create Simple React Form Elements
Have you ever wanted to create some React form elements, but didn’t how? Good news! In this tutorial, you will learn how to create a number of simple React form elements. What elements? You will create elements such as button, datalist, checkbox, label, input and radio. These are probably the most often used form elements.… Continue reading Learn How to Create Simple React Form Elements
Learn How to Create Quick and Simple React Flipping Card
How cool would it be to know how to build React flipping card? Your own interactive business card! Imagine how you could use this card to make your portfolio stand out! In this tutorial, I will take you through all the steps necessary to create this card. I tried to make the code simple ad… Continue reading Learn How to Create Quick and Simple React Flipping Card
How to Build Simple and Powerful Lazyload JavaScript Plugin
Have you ever wanted to use lazyload plugin to speed up your website? Who wouldn’t. The problem is that most of lazyload plugins require jQuery. Sure, there are some exception. However, you need advanced knowledge of JavaScript if you want to understand the code. If you don’t have that, forget about customizing the plugin. You… Continue reading How to Build Simple and Powerful Lazyload JavaScript Plugin
How to Write Clean CSS in 10 Simple Steps Pt1
Do you think you can write clean CSS? There are many web designers and developers convinced that writing good and clean CSS is hard. In a fact, a lot of people don’t like CSS at all. For them, CSS is pain in the butt. Here is a good news. Working with CSS can be actually… Continue reading How to Write Clean CSS in 10 Simple Steps Pt1