We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e85b1b commit cba4293Copy full SHA for cba4293
2-ui/4-forms-controls/2-focus-blur/3-editable-div/task.md
@@ -4,10 +4,10 @@ importance: 5
4
5
# Editable div
6
7
-Create a `<div>` that turns into `<textarea>` when clicked.
+Buat sebuah `<div>` yang berubah menjadi`<textarea>` ketika di klik.
8
9
-The textarea allows to edit the HTML in the `<div>`.
+Textarea memungkinkan untuk mengedit HTML pada `<div>`.
10
11
-When the user presses `key:Enter` or it loses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
+Ketika user menekan `key:Enter` atau hilang fokus, maka `<textarea>` berubah kembali menjadi `<div>`, dan isinya menjadi HTML di dalam `<div>`.
12
13
[demo src="solution"]
0 commit comments