Код

Код


<form>

  <label for="country_code">Код страны:</label>

  <input type="text" id="country_code" name="country_code"

 pattern="[A-Za-z]{3}" title="Трехбуквенный код страны">

</form>

Report Page