This element represents a paragraph.
This the the PARAGRAPH element.
<p>This the the PARAGRAPH element.</p>
This element defines parameters for plugins invoked by object elements. It does not represent anything on its own.
<object data="test.wav">
<param name="autoplay" value="true">
</object>
This element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements.
<pre>This is the PRE element</pre>
Represents the completion progress of a task. Progress may be either indeterminate — meaning it is unclear how much work remains before the task is complete (e.g., the task is waiting for a response from a remote host) — or a numeric value between 0 and a given maximum, explicitly specifying the fraction of work that has so far been completed.
<progress value="70" max="100">70 %</progress>