Skip to content

Commit cba4293

Browse files
authored
Menerjemahkan task.md --/2-focus-blur/3-editable-div
1 parent 7e85b1b commit cba4293

File tree

1 file changed

+3
-3
lines changed
  • 2-ui/4-forms-controls/2-focus-blur/3-editable-div

1 file changed

+3
-3
lines changed

2-ui/4-forms-controls/2-focus-blur/3-editable-div/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ importance: 5
44

55
# Editable div
66

7-
Create a `<div>` that turns into `<textarea>` when clicked.
7+
Buat sebuah `<div>` yang berubah menjadi`<textarea>` ketika di klik.
88

9-
The textarea allows to edit the HTML in the `<div>`.
9+
Textarea memungkinkan untuk mengedit HTML pada `<div>`.
1010

11-
When the user presses `key:Enter` or it loses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
11+
Ketika user menekan `key:Enter` atau hilang fokus, maka `<textarea>` berubah kembali menjadi `<div>`, dan isinya menjadi HTML di dalam `<div>`.
1212

1313
[demo src="solution"]

0 commit comments

Comments
 (0)