Skip to content

Commit 090989e

Browse files
authored
submit
1 parent 091219c commit 090989e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@
131131

132132
<select id="country" name="country" required>
133133
<option value="Brazil">Brazil</option>
134-
<option value="China">China</option>
134+
<option value="USA">USA</option>
135135
<option value="France">France</option>
136136
</select>
137137

138138
<input id="phone" placeholder="Phone" maxlength="40" name="phone" size="20" type="tel"
139139
pattern="[0-9]{2}-[0-9]{5}-[0-9]{4}" required />
140140
<small>Formato: <b>99-99999-9999</b></small>
141141

142-
<input type="submit" name="submit" />
142+
<input type="submit" name="submit" value="Submit" />
143143
</form>
144144

145145
</div>

0 commit comments

Comments
 (0)