質問

this is more of a 'straya question. I want to have a number on a website clickable on mobile. But I'm not sure what syntax to use. Example I have so far:

<a href="tel:+0744444444">07 4444 4444</a>

Is the area code (07) necessary? Any help would be greatly appreciated.

役に立ちましたか?

解決

The 07 code is necessary if you are not calling from within the 07 area. There might be another number 4444 4444 elsewhere in Australia but not within 07.

You are probably best to use the international code for Australia +61 and then drop the 0. So the number would be +61744444444. That will work from anywhere.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top