HTML tables are a relatively easy way to take a large amount of information and tabular data and display it in nice, neat rows and columns. Unfortunately, however, the use of tables in modern HTML is discouraged; tables are not...
Category: HTML Tips
Creative Ways to Style an HTML HR Tag
Over the course of my years working with HTML as a web developer I have used the HR tag (<hr>) too many times to remember. I love this tag and use it often and have used it quite often on...
July 16, 2020
HTML Block Elements vs HTML Inline Elements
As you become more familiar with HTML (formally known as “HyperText Markup Language”) and with the pieces that make up this coding language (html tags), you will eventually notice that there is an important difference in the way certain tags...
September 6, 2019