How to create an HTML navigation bar [examples & source code]

To create an HTML navigation bar, you also need a few lines of CSS to make it attractive. However, this post will give you a couple of navigation bars to
Read More →How to add borders in HTML table [CSS examples]

To add a border in the HTML table, target the <td> tag in your CSS and assign a border value for it. See the following CSS below. table tr td, table
Read More →How to remove HTML table border?

Sometimes HTML tables may get borders automatically from your web browsers or other parts of your website. So, the "border: none" value may not work
Read More →How to create multiple-color text in HTML CSS?

To create multiple-color text, you need to write CSS for the different parts of the text. In this post, I will show you how to use multi-color in a
Read More →How to make a div scrollable?

You can make a <div> scrollable using the CSS overflow property. The overflow can be used in two directions such as X & Y (horizontal &
Read More →How to create a mouse hover HTML tooltip text?

Using the "title" attribute, you can show a mouse hover text in your HTML document. Sometimes it's known as a tooltip, mouseover & help text. Once you
Read More →How to create an About Us page using only HTML CSS (download template)

In this post, I will give you an "About Us" page template to download. It was built with only HTML & CSS. But looks very professional &
Read More →How to create a testimonial page in HTML CSS (download template)
If you're running a static website, this post can help you to build a testimonial page using only HTML & CSS. Also, if you were looking for a
Read More →How to insert a video in HTML & make it mobile responsive?

You can insert a video in a couple of ways such as using a video tag, iframe, etc. Also, you can upload the video directly to your project folder,
Read More →How to style buttons with CSS (9 examples included)

You can write CSS to style buttons to make it look exactly how you want. There is no right or wrong way to style buttons. You can also come up with many
Read More →