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 →How to embed PDF in HTML & make it responsive?

You can embed a PDF file in an HTML document using the <embed>, <iframe> or <object> tag. See the examples below. Embed PDF using the
Read More →How to create an HTML mailto link (including email subject)?

In this post, I will show you how to create a mailto link in HTML. This is generally known as an email link. If someone clicks the email link, it will
Read More →How to create a hero banner image using HTML CSS?

In this post, you will see how to create the hero banner image only using HTML & CSS. The hero banner image is generally known as the "Hero Section"
Read More →How to create a multiple-page website in HTML? (downloadable template)

In this post, I will show you how to create a multi-page website in HTML. End of it, I will also give you the full source code to download. You will also
Read More →Flexbox CSS - Everything you need to align elements

CSS Flexbox refers to the "Flexible Box Module." It is designed to align your HTML items & layouts in a more powerful way than CSS float. Flexbox is a
Read More →How to create a video preloader on your website (Static, Divi, Elementor)?
If you want to create a video preloader on your website, this post will walk you through the complete process. I also showed you four different examples
Read More →Create a responsive navigation menu using HTML, CSS & JS
If you're trying to create a responsive navigation menu that works well on all screen sizes, this post will walk you in the right direction. Aside from
Read More →