rel-tag-profile: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(creating an url for rel-tag xmdp profile so that we can reference it)
 
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
TODO: this really should be unquoted HTML
{{DISPLAYTITLE:rel-tag Profile}}
<pre>
 
The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[rel-tag]] specification.
 
== URLs ==
This profile is hosted as a separate XMDP file on microformats.org:
* http://microformats.org/profile/rel-tag
* shortURL: http://ufs.cc/x/rel-tag
 
== Usage ==
Profiles are referenced in (X)HTML files in the &lt;HEAD&gt; tag, e.g.:
<source lang=html4strict>
<head profile='http://microformats.org/profile/rel-tag'>
</source>
 
== Profile ==
<source lang=html4strict>
<dl class="profile">
<dl class="profile">
  <dt id="rel">rel</dt>
  <dt id="rel">rel</dt>
Line 6: Line 21:
   <a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
   <a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
     HTML4 definition of the 'rel' attribute.</a>   
     HTML4 definition of the 'rel' attribute.</a>   
   Here is an additional value.</p>
   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>
   <dl>
   <dt id="tag">tag</dt>
   <dt id="tag">tag</dt>
   <dd>Indicates that the referred resource serves as a "tag",  
   <dd>Indicates that the referred resource serves as a "tag",  
       or keyword/subject, for the referring page.</dd>
       or keyword/subject, for the referring page, or some portion of the referring page.</dd>
   </dl>
   </dl>
  </dd>
  </dd>
</dl>
</dl>
</pre>
</source>

Latest revision as of 16:32, 18 July 2020


The following is an XMDP profile for the rel-tag specification.

URLs

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

Usage

Profiles are referenced in (X)HTML files in the <HEAD> tag, e.g.:

<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>