1<?xml version="1.0" encoding="UTF-8"?> 2<html DIR="LTR"> 3<head> 4<style> 5P { 6 font-size: 14 px; 7 } 8B { 9 font-size: 16px; 10} 11A { 12 color: #OOC; 13} 14.style1 { 15 font-size: 16px; 16} 17</style> 18</head> 19<body> 20<p><b>USB 테더링</b></p> 21<span class="style1">USB 케이블로 휴대전화를 컴퓨터에 테더링하여 휴대전화의 인터넷 연결을 컴퓨터와 공유할 수 있습니다.</span> 22<ul> 23<li>테더링은 Windows Vista, Windows 7, 및 Linux에서 지원합니다.</li><br> 24<li>USB 테더링 중에 휴대전화의 SD카드를 컴퓨터에 마운트할 수 없습니다.</li><br> 25<li>기타 운영 체제에서의 테더링 사용을 비롯한 자세한 내용은 <a href="http://www.android.com/tether#usb">http://www.android.com/tether#usb</a>를 참조하세요.</li><br> 26</ul> 27</body> 28</html> 29