Some Underrated HTML Tag

·

1 min read

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.PNG Output:

address-op.PNG

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.png Output:

output-op.png

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.png Output:

datalist-op.png

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

Want to read More, Click Here