Cargando

c

Canvas

The <canvas> element allow us to create a container where we can draw any type of graphics by using a script language such as Javascript to define how to draw graphics and their behaviour.

Important attributes: width and height, defining the drawing’s area.

Caption

It is used to add a main title or heading to a table with no need to use tag <th> or any styles, so you can add a title coordinated with the rest of the table.

Code

This tag is part of a group of elements allowing us to highlight a text, i.e. any HTML document within a programming editor. Specifically, any text enclosed inside a <code> tag will be considered as part of some programme’s code.

Colgroup

This element allows us to create one or more columns inside a table. In HTML5 it can only be used the span attribute, since the rest of them have been deleted.

Command

This element allows to create different types of buttons as part of the dropdown menu, or to define a shortcut by combining different keys wherever within our web page. 

Important attributes.: checked, disabled, icon, label, radiogroup, type.