10 Lesser-Known HTML Tags and Their Uses

The article introduces ten obscure yet practical HTML elements—progress, meter, dfn, dialog, map/area, bdo, base, time, hgroup, kbd, and cite—explaining their unique functions and showing how they can enhance interactivity, semantics, and layout beyond the common div, a, and p tags.

Sohu Tech Products
Sohu Tech Products
Sohu Tech Products
10 Lesser-Known HTML Tags and Their Uses

HTML content goes far beyond <div>, <a> and <p>. There are many more complex and powerful tags you may never have used, offering interesting functions from interactive graphics to sophisticated UI components.

1. &lt;progress&gt; and &lt;meter&gt;

These tags are used to display progress bars and scalar measurements. However, the next tag, meter – also known as progress – is displayed horizontally:

2. &lt;dfn&gt;

The dfn tag is used to define any term that will be explained later in the page.

3. &lt;dialog&gt;

Native HTML dialog!

4. &lt;map&gt; and &lt;area&gt;

These clickable images are called image maps.

5. &lt;bdo&gt;

A mysterious abbreviation—what does it do?

6. &lt;base&gt;

The <base> element sets a base URL for all relative URLs in the document. For example, using <a> with a domain will navigate to the full URL.

When you create a <base> tag, what happens?

Now many projects hard‑code the href value of <base> to obtain the full URL.

Frameworks such as Angular and Flutter Web also make use of it:

7. &lt;time&gt;

Used for dates and times.

8. &lt;hgroup&gt;

The <hgroup> tag indicates that the heading and the following content are related.

9. &lt;kbd&gt;

Represents keyboard input.

10. &lt;cite&gt;

Indicates the title of a book, song, movie, or other creative work.

These are the ten least known and least used HTML tags. Although their usage frequency is low, they can be very useful in various scenarios.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Web DevelopmentTutorialHTMLObscure Tags
Sohu Tech Products
Written by

Sohu Tech Products

A knowledge-sharing platform for Sohu's technology products. As a leading Chinese internet brand with media, video, search, and gaming services and over 700 million users, Sohu continuously drives tech innovation and practice. We’ll share practical insights and tech news here.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.