Skip to content

Commit

Permalink
Correction Of Broken linkg and lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanwoo Park committed Nov 26, 2024
1 parent 947e983 commit c0e2054
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions files/ko/web/html/date_and_time_formats/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ HTML의 특정 요소는 날짜 와/또는 시간 값을 사용합니다. 이러

이러한 형식을 사용하는 요소로는 사용자가 날짜, 시간 또는 둘 다 선택하거나 지정할 수 있는 {{HTMLElement("input")}} 요소의 특정 형태와, 내용 삽입 또는 삭제 시점을 나타내는 [`datetime`](/ko/docs/Web/HTML/Element/ins#datetime) 속성을 포함한 {{HTMLElement("ins")}} 및 {{HTMLElement("del")}} 요소가 있습니다.

`<input>` 요소의 경우, 날짜 및/또는 시간을 나타내는 문자열을 포함하는 [`value`](/en-US/docs/Web/HTML/Element/input#value) 속성의 [`type`](/en-US/docs/Web/HTML/Element/input#type) 값은 다음과 같습니다.
`<input>` 요소의 경우, 날짜 및/또는 시간을 나타내는 문자열을 포함하는 [`value`](/ko/docs/Web/HTML/Element/input#value) 속성의 [`type`](/ko/docs/Web/HTML/Element/input#type) 값은 다음과 같습니다.

- [`date`](/en-US/docs/Web/HTML/Element/input/date)
- [`datetime-local`](/en-US/docs/Web/HTML/Element/input/datetime-local)
- [`month`](/en-US/docs/Web/HTML/Element/input/month)
- [`time`](/en-US/docs/Web/HTML/Element/input/time)
- [`week`](/en-US/docs/Web/HTML/Element/input/week)
- [`date`](/ko/docs/Web/HTML/Element/input/date)
- [`datetime-local`](/ko/docs/Web/HTML/Element/input/datetime-local)
- [`month`](/ko/docs/Web/HTML/Element/input/month)
- [`time`](/ko/docs/Web/HTML/Element/input/time)
- [`week`](/ko/docs/Web/HTML/Element/input/week)

## 예제

Expand Down Expand Up @@ -303,7 +303,7 @@ HTML에서 날짜를 표기할 때 연도는 항상 최소 네 자릿수여야

<table class="standard-table">
<caption>
유효한
유효한
<code>datetime-local</code>
문자열 예시
</caption>
Expand Down

0 comments on commit c0e2054

Please sign in to comment.