Jump to: navigation, search

HTML abbr

From w3cyberlearnings

HTML abbreviate

<abbr> tag is marked up for abbreviated phrase. It is usueful for:

  • browser
  • spell checkers
  • translation system
  • search engine indexers.

Syntax

<abbr title="Non-governmental organization">NGO>abbr>

Example TRY-IT

	<div>
	    <abbr title="Oh My God">OMG</abbr>, what is happening? 
	</div>

Template:HTML Reference Lists

Navigation
Web
SQL
MISC
References