The progress element represents the completion progress of a task.
any element that can contain phrasing elements
interface HTMLProgressElement : HTMLElement { attribute float value; attribute float max; readonly attribute float position; readonly attribute HTMLFormElement form; readonly attribute NodeList labels; };