<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="rel-alternate"-->
 <template>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="rel-alternate">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="rel-archives.wml#rel-archives"/>
  </do>
  <!-- h2 -->
  <h2>Alternate language translations</h2>
  <p>The rel="alternate" attribute along with a hreflang attribute provides access to another version of the document in a different written language. </p>
  <!-- h3 -->
  <h3>Examples</h3>
  <p align="left"/>
  <!-- h2 -->
  <h2>Specific Versions for Different Media Devices</h2>
  <p>The rel="alternate" attribute along with a media attribute provides access to another version of the document intended for a different media. This can be used to support browsers with different screen sizes, such as cell phones and other handheld devices with smaller-sized screens. </p>
  <!-- h3 -->
  <h3>Examples</h3>
  <p align="left"/>
  <!-- h2 -->
  <h2>Alternate Formats for Other Content Delivery Channels</h2>
  <p>The rel="alternate" attribute along with a type attribute provides access to similar content in an alternate format. For example, this can be used to reference the syndicated feed for a blog. </p>
  <!-- h3 -->
  <h3>Examples</h3>
  <p align="left">&lt;link rel="alternate feed" type="application/rss+xml" href="/blog/rss-feed.xml"/&gt;</p>
  <!-- h3 -->
  <h3>Differences between HTML 5 and earlier versions</h3>
  <p>Although browsers should assume that the referenced content is a feed when the type attribute is recognized as a known feed format, it is probably better to include "feed" in the rel tag. </p>
  <p align="left">
   <a href="rel-archives.wml#rel-archives">Next: rel="archives"</a>
   <br/>
   <a href="../index.mobile.html">Back Up: HTML Tags</a>
   <br/>
  </p>
 </card>
</wml>

