Address Tag
The <address>
HTML element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.
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.
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.
Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Elementβ
Want to read More, Click Here
Top comments (5)
Hey @beginnerdeveloper ,
Thanks for your effort and this list, didnβt know about e.g. the output tag.
One suggestion: in your last example you are showing the same βoutputβ screenshot as in the previous one.
Ohhh, My bad π€¦ββοΈπ
Updated last example Screenshot..
Thanks π
I love using datalist with range
π
Thanks for the update
The output tag is pretty new to meπ