<?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="index"-->
 <template>
  <do optional="false" label="Back Up" type="accept">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#index"/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="index">
  <do optional="false" label="Back Up" type="accept">
   <noop/>
  </do>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#css-properties-list"/>
  </do>
  <a href="#css-properties-list" accesskey="1">Page 1</a>
  <br/>
  <a href="#text-decoration-property" accesskey="2">text-decoration</a>
  <br/>
  <a href="#white-space-property" accesskey="3">white-space</a>
  <br/>
 </card>
 <card ordered="true" newcontext="false" id="css-properties-list">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#text-decoration-property"/>
  </do>
  <!-- h3 -->
  <h3>List of CSS Properties</h3>
  <!-- block type="toc" -->
  <dt>
   <a href="#text-decoration">The &lt;text-decoration&gt; Property</a>
  </dt>
  <dt>
   <a href="#white-space">The &lt;white-space&gt; Property</a>
  </dt>
  <a href="gray-scale.wml">HTML Color Code Chart</a>
  <p align="left">
   <a href="#text-decoration-property">Next: text-decoration</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="text-decoration-property">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#white-space-property"/>
  </do>
  <!-- h3 -->
  <h3>The &lt;text-decoration&gt; property</h3>
  <p/>
  <!-- h4 -->
  <h4>Examples</h4>
  <p align="left">&lt;a style="text-decoration: none" ...&gt;(hidden link)&lt;/a&gt;&lt;span style="text-decoration: blink"&gt;blinky&lt;/span&gt;&lt;span style="text-decoration: line-through"&gt;this got deleted&lt;/span&gt;&lt;span style="text-decoration: overline"&gt;denominator&lt;/span&gt;&lt;span style="text-decoration: underline"&gt;seriously&lt;/span&gt;</p>
  <p align="left">a.nounderline { text-decoration: none;}span.strikethrough { text-decoration: line-through;}</p>
  <p align="left">
   <a href="#white-space-property">Next: white-space</a>
   <br/>
   <a href="#css-properties-list">Prev: Page 1</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="white-space-property">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="colors.wml"/>
  </do>
  <!-- h3 -->
  <h3>The &lt;white-space&gt; property</h3>
  <p>The possible values of the white-space property are: </p>
  <!--TO DO: uses XMLStyles_wml1.xsl - delete XMLStyles_wml.xsl-->
  <p align="left">inherit</p>
  <p align="left">use the value of the white-space property from the style attribute coded on the current element's parent or inherited from one of its ancestors </p>
  <p align="left">normal</p>
  <p align="left"/>
  <p align="left">nowrap</p>
  <p align="left"/>
  <p align="left">pre</p>
  <p align="left"/>
  <p align="left">pre-line</p>
  <p align="left"/>
  <p align="left">pre-wrap</p>
  <p align="left"/>
  <!-- h4 -->
  <h4>Examples</h4>
  <p>To prevent text from potentially wrapping at an inappropriate place, you can code the white-space: nowrap property. This example is an alternative to coding &amp;nbsp; (non-breaking space). </p>
  <p align="left">&lt;span style="white-space: nowrap"&gt;12:00 pm&lt;/span&gt; is noon</p>
  <p>Since HTML coders should avoid the <a href="../avoid/#nobr">deprecated &lt;nobr&gt; tag</a>, you can include white-space: nowrap in a CSS file, and code &lt;span&gt; tags with class="nobr" instead: </p>
  <p align="left">&lt;span class="nobr"&gt;12:00 am&lt;/span&gt; is midnight</p>
  <p align="left">.nobr { white-space: nowrap;}</p>
  <p align="left">
   <a href="colors.wml">Next: HTML Color Codes</a>
   <br/>
   <a href="#text-decoration-property">Prev: text-decoration</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
</wml>
