Dev Tips
Loading...
<progress>
for Progress Bars<progress>
element to display progress bars.<meter>
for Measurements<meter>
element to display measurements within a known range.<datalist>
for Input Suggestions<datalist>
element to provide input suggestions for text fields.<output>
for Calculation Results<output>
element to display the result of a calculation.<template>
for Client-Side Templates<template>
element to define client-side templates that can be instantiated using JavaScript.