1 <?xml version="1.0" encoding="UTF-8"?> 2 <html> 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>Bluetooth tethering</b></p> 21 <span class="style1">You can tether your Android device to your computer via a Bluetooth connection, to share your device's Internet connection with your computer</span> 22 <ul> 23 <li>Bluetooth tethering works with any computer or other device that can obtain an Internet connection via Bluetooth</li><br> 24 <li>For more information, see <a href="http://www.android.com/tether#bluetooth">http://www.android.com/tether#bluetooth</a></li><br> 25 </ul> 26 </body> 27 </html> 28