Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 25, 2021 12:22 pm GMT

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:
Output Tag Output

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

Want to read More, Click Here


Original Link: https://dev.to/beginnerdeveloper/some-underrated-html-tag-fce

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To