Error

Lỗi khi chọn ngôn ngữ tiếng nhật, nhập vào trường type date thì bị nhảy ô

by nguyentienquan

HTML

<!DOCTYPE html>
<html>
<body>

<h1>Show a Date Control</h1>

<form action="/action_page.php">
  <label for="birthday">Birthday:</label>
  <input type="date" id="birthday" name="birthday">
  <input type="text" id="password" name="password">
  <input type="submit">
</form>

<p><strong>Note:</strong> type="date" is not supported in Safari or Internet Explorer 11 (or earlier).</p>

</body>
</html>