Switch to full style
HTML code examples
Post a reply

adding abbreviations to your html

Sun Dec 04, 2011 11:35 pm

Marking up the abbreviations using the abbr tag. This take helps the search engines and the browsers to recognize the abbreviations.
Code:
<html>
<
head>
<
title>abbreviation element</title></head>
<
body>
<
ul>
<
li><abbr>IBM</abbrstands for International Business Machines</li>
<
li>Normal text.</li>
<
li><abbr>USA</abbrstands for united states of America.</li>
</
ul>
</
body>
</
html>
 




Post a reply
  Related Posts  to : adding abbreviations to your html
 adding caption to table in html     -  
 Abbreviations System java     -  
 Adding a New Node to contact.xml     -  
 Need automatic adding to catalogs     -  
 adding padding to your text     -  
 Adding vertical array in java     -  
 Adding lighting to a solid sphere     -  
 Adding watermark to all images in a folder     -  
 adding a button with link in skymiles_red     -  
 adding an xmlns attribute xith jaxb     -  

Topic Tags

HTML List