How to make an HTML table scrollable (vertically & horizontally)?

In this post, I will show you how to make an HTML table vertically scrollable. You'll also learn how to make the table header sticky when scrolling. End
Read More →How to add background color & background image to an HTML table?

In this post, I will show you how to add background color to an HTML table. Also, I will give you a couple of examples including hover effects. Later in
Read More →What is tr, th & td in an HTML table and their workflow

You can create an HTML table using the <table> tag. But only this tag can not create a meaningful table alone. In order to create a meaningful
Read More →How to add images to an HTML table?

In this post, I will show you how to add images to HTML table cells. Also, you'll see how to align them exactly the way you want. You can check the live
Read More →How to align table elements (HTML, CSS)?

In this post, I will show you how you can align table elements in different directions. I will go through a couple of examples from the very basic to the
Read More →How to center a table in HTML CSS? (multiple ways to do it)

In this post, I will show you multiple ways to make an HTML table center aligned using CSS. Also, I will provide additional information regarding the
Read More →Full-screen slider using HTML, CSS & JS (template included)

This post will show you how to create a full-screen slider using HTML, CSS & JavaScript. Also, I will include header navigation that stays on top of
Read More →How to create a two-column list in HTML CSS?
In this post, I will show you how to create a two-column list in HTML and CSS. This list could be ordered or unordered. Some of you may have tried to
Read More →How to create a video background in HTML CSS (including fullscreen)?
In this post, I will show you how to create video backgrounds in HTML & CSS. Here I will include multiple examples. Such as: Create a banner section
Read More →How to easily center a video in html?

Inserting a video in HTML is easy but centering it can be tricker sometimes. Here you'll see how to center a video very easily in your HTML document. You
Read More →