The progress element represents the completion progress of a task.
A progress element must have both a start tag and an end tag.
any element that can contain phrasing elements
interface HTMLProgressElement : HTMLElement { attribute double value; attribute double max; readonly attribute double position; readonly attribute HTMLFormElement form; readonly attribute NodeList labels; };