Documento sin título

Me Gusta

HTML

XXXXX

XXXXX

El elemento abbr



El elemento <abbr> (o Elemento de Abreviación HTML) representa una abreviación del titulo de ella. 

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Elemento abreviacion</title>
</head>

<body>
<p>Las <abbr title="Organizacion Mundial de la Sslud">OMS</abbr> fue fundado en 1948</p>
</body>

</html>


en el navegador:

Las OMS fue fundado en 1948


pasa el raton sobre las iniciales