Find by Category

HTML 5 – How to Create Table

In this post you will learn how to create different types of tables in HTML 5, I’m going to demonstrate with codes and visual images that will help you understand how table tags and its children tags work in HTML 5. Let’s dive in… There are three sections in <table> tag: <thead>, <tbody>, and <tfoot>. … Read more