웹페이지에서 전화 앱을 연결하는 기능입니다. PC의 경우는 전화를 사용할 수 있는 앱이 호출 됩니다.
MAC에서는 FaceTime이 열리네요.
모바일에서는 전화번호가 입력된 전화 화면으로 바로 연결됩니다.
<!DOCTYPE html>
<html>
<body>
<p>To create a link to a telephone number, use tel: inside the href attribute:</p>
<p><a href="tel:+4733378901">+47 333 78 901</a></p>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<p>To create a link to a telephone number, use tel: inside the href attribute:</p>
<p><button onclick="window.location.href='tel:+4733378901'">+47 333 78 901</a></p>
</body>
</html>
W3Schools online HTML editor
The W3Schools online code editor allows you to edit code and view the result in your browser
www.w3schools.com
ChatGPT가 알려주는 window.history (0) | 2024.08.08 |
---|---|
ChatGPT가 알려주는 HTML meta viewport(뷰포트) (0) | 2024.08.06 |
ChatGPT가 알려주는 Javascript ArrayBuffer (0) | 2024.08.05 |
[Javascript] 업로드한 한글 파일 이름이 다운로드 시 깨질 때 (0) | 2023.11.11 |