Cargando

m

Map

It is a tag which can be split into sections that will bring us to a link with more information. For instance, in a world map we can establish some sections through coordinates defining each of the continents, where every continent has a link which bring us to a map with the different countries included in that continent.

Important attributes: name

Mark

It is the element allowing us to mark up some part of the text with a highlighting colour emulating a traditional yellow marker.

Menu

The ”menu” tag is used to define different lists of  options, similar to the list we open when clicking with the mouse’s right button within any file in the Operative System. This tag is not working with the most commonly used browsers.

Meta

This attribute names the current element so that it can be referenced by a style sheet or another element (applet). The value should be used for backward compatibility. When identifying an element, use the id attribute.

Important attributes

name. It defines the data contained in the meta tag. By using some values, we can offer some 
information to browsers, such as author, key words...
http-­equiv. This attribute contains some values defining its content.
  • Content­type. The content attribute will inform on the document’s codification, for instance UTF­ 8
  • Default­style.The content attribute will inform on the css being used by default.
  • Refresh. The content attribute is a numerical value establishing a time interval for the web page to load.
Content. It is the attribute accompaigning http­equiv and establishing a value which will depend on the content specified in http-­equiv. In example,

<meta http­equiv="Content­Type" content="text/html;charset=utf­8" />

New attributes

Charset. It defines the characters code which is being used for HTML documents. It is an easier method which can be used instead of http­equiv.

Meter

It is a new HTML5 tag, allowing us to establish some measures for a range that holds a known maximum value, such as number of possible votes within a candidate election.


Atributos importantes

Max and min. These attributes establish the values rank that is to be measured
Value. It indicates the current value
Form. It indicates the forms which are associated to this tag.