Some Underrated HTML Tag

beginnerdeveloper

Beginner Developer

Posted on July 25, 2021

Some Underrated HTML Tag

Address Tag

The <address> HTML element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.
Address Tag

Output:
Address Tag Output

Output Tag

In the following example, the form provides a slider whose value can range between 0 and 100, and an <input> element into which you can enter a second number. The two numbers are added together, and the result is displayed in the <output> element each time the value of any of the controls changes.

Output Tag

Output:
Output Tag  Output

Datalist Tag

The <datalist> HTML element contains a set of elements that represent the permissible or recommended options available to choose from within other controls.
Datalist Tag

Output:
Data List Output

Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element

Want to read More, Click Here

💖 💪 🙅 🚩
beginnerdeveloper
Beginner Developer

Posted on July 25, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Some Underrated HTML Tag
html Some Underrated HTML Tag

July 25, 2021