Cargando

p

P

This is a word processor tag allowing to create HTML paragraphs. Also, p tags create a line break at the beginning and at the end of the paragraph, by default. In HTML5, paragraph alignment is allowed, although it is more recommendable using CSS.

Param

This tag is used as a complement of object tag to communicate with the external plugin it holds, through the parameters pass.

Important attributes

name. Name of the parameter to pass.
value. Value of the parameter being passed.

Pre

This element allows us to insert HTML text, so all the text inserted in this tag will be shown in HTML language, following the line breaks, spaces and others.

Progress

It is the tag being used instead of javascript to represent any task’s performance, such as a new file’s copy, a download, any response time test...

Important attributes

max. This will be the value reached once the task is completed
value. Current value. It will be equal or minor than the maximum. If it is equal, the task will have been completed.