rel-tag-profile-fr: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m ([fr: translation sync'd with original])
(No difference)

Revision as of 10:16, 20 April 2012

<entry-title>Profil rel-tag</entry-title>

Ce qui suit est un profil XMDP pour la spécification rel-tag.

URLs

This profile is hosted as a separate XMDP file on microformats.org:

Usage

Les profils sont référencés dans des fichiers (X)HTML files dans la balise <HEAD> , par ex. :

<head profile='http://microformats.org/profile/rel-tag'>

Profile

<dl class="profile">
 <dt id="rel">rel</dt>
 <dd><p>
   <a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
     HTML4 definition of the 'rel' attribute.</a>  
   Here is an additional value as defined in the
   <a rel="help start" href="http://microformats.org/wiki/rel-tag">
   rel-tag specification</a> 
   .</p>
  <dl>
   <dt id="tag">tag</dt>
   <dd>Indicates that the referred resource serves as a "tag", 
       or keyword/subject, for the referring page, or some portion of the referring page.</dd>
  </dl>
 </dd>
</dl>