01947-888 197click-to-talk

Blog

I discuss Git, web and server-related programming, and anything I use to streamline my web development workflow.

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

Man working on laptop, a text that says how to create a navigation bar

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]

HTML table border

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?

Table without border, remove 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?

Multi 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?

Scrollable div

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?

How to create a mouse hover 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)

How to create about us page template using html css

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?

Insert video in HTML and 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)

buttons CSS and examples

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 →