Learn HTML Templates

Discover the best HTML templates to speed up your web design work. Get professional designs to give you a head start on your projects.
  1. An Updated Guide to SEO for 2023

    An Updated Guide to SEO for 2023

    Tutorial Beginner

    Gain an edge over your competition in 2023 by leveraging the latest SEO trends and tools. Today, we dive into the latest SEO updates.

  2. HTML Element: link

    HTML Element: link

    Tutorial Beginner

    The HTML link element allows a document to be linked to other resources, such as stylesheets or scripts. You’ll find it on almost every webpage you ever come...

  3. HTML Element: button

    HTML Element: button

    Tutorial Beginner

    The element gives us an interactive button labeled by its contents. You might use an HTML button to submit a form, or to do something else triggered by...

  4. HTML Element: select

    HTML Element: select

    Tutorial Beginner

    The HTML select element is the classic dropdown most often seen in forms. It allows users to select something from a set of options. Multiple options can be...

  5. How To Build a Sticky CSS Tooltip (With a Bit of JavaScript)

    How To Build a Sticky CSS Tooltip (With a Bit of JavaScript)

    Tutorial Beginner

    In this tutorial, we’ll take a look at a very simple vanilla javascript implementation of a tooltip element which follows your cursor around a webpage.

  6. HTML Element: form

    HTML Element: form

    Tutorial Beginner

    The form element is a really important part of HTML. It plays home to a collection of other elements (like inputs, text areas, checkboxes etc.) and these...

  7. How to Create 12 Different CSS Hover Effects From Scratch

    How to Create 12 Different CSS Hover Effects From Scratch

    Tutorial Beginner

    In this updated tutorial, we’re going to create 12 different CSS hover effects, including some that will require a little JavaScript. We’ll learn loads along...

  8. 10 Bootstrap Single Page Templates (for Landing Pages in 2023)

    10 Bootstrap Single Page Templates (for Landing Pages in 2023)

    Tutorial Beginner

    In this roundup article, we will find some of the best Bootstrap-based templates on the internet and learn how to use them to create an awesome landing page...

  9. CSS Hover Effects: Techniques for Creating a Text “Wipe Fill”

    CSS Hover Effects: Techniques for Creating a Text “Wipe Fill”

    Tutorial Beginner

    In today’s tutorial, we’ll learn three different techniques for creating a “wipe fill” CSS hover effect. We’ll even go one step further and give ourselves...

  10. Best Art Gallery, Museum and Exhibition HTML Templates for 2023

    Best Art Gallery, Museum and Exhibition HTML Templates for 2023

    Tutorial Beginner

    Are you looking for an efficient way to build your art gallery, museum or exhibition website? Then why not consider prebuilt HTML website templates!

  11. HTML Element: div

    HTML Element: div

    Tutorial Beginner

    The div element has no special meaning, but it’s used a lot! In short, it represents its children. It is used to group elements on a page for styling contexts.

  12. HTML Element: tr

    HTML Element: tr

    Tutorial Beginner

    The tr element (“table row”) represents a row in a table.  The td and th elements are then used within the row to construct table cells.