1 <?xml version="1.0" encoding="UTF-8"?> 2 <html DIR="LTR"> 3 <head> 4 <style> 5 P { 6 font-size: 14 px; 7 } 8 B { 9 font-size: 16px; 10 } 11 A { 12 color: #OOC; 13 } 14 .style1 { 15 font-size: 16px; 16 } 17 </style> 18 </head> 19 <body> 20 <p><b>Anclaje a red USB</b></p> 21 <span class="style1">Puedes anclar tu telfono a tu computadora con un cable USB para compartir la conexin a Internet de tu telfono con tu computadora.</span> 22 <ul> 23 <li>El anclaje funciona con Windows Vista, Windows 7 y Linux.</li><br> 24 <li>No puedes montar la tarjeta SD de tu telfono en tu computadora cuando el USB est anclado.</li><br> 25 <li>Para obtener ms informacin, incluido el anclaje a red USB con otros SO, consulta <a href="http://www.android.com/tether#usb">http://www.android.com/tether#usb</a>.</li><br> 26 </ul> 27 </body> 28 </html> 29