From 6499f231f6f75ea51b42ab16d8603bceb018f30a Mon Sep 17 00:00:00 2001 From: tortieland Date: Thu, 7 Nov 2024 12:58:16 +0800 Subject: [PATCH 1/3] Added more details --- examples/adding_child_element.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/adding_child_element.md b/examples/adding_child_element.md index 0d8371a..c58153d 100644 --- a/examples/adding_child_element.md +++ b/examples/adding_child_element.md @@ -15,6 +15,9 @@ When creating a new element, we can immediately set its attributes and text cont We can also add another element inside a newly created element. In this example, the program adds an `` element inside the second `
  • ` element. +Please note that inside a **`create a new ... element`** block, the newly created element is considered the selected element. As a result, in this example, the `` element is created inside the second `
  • ` element (and not +inside the `