Skip to content

Commit

Permalink
Update 3_WorkingWithText.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wikicrafter authored Jan 23, 2024
1 parent 6773c46 commit 906da57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RWL/HTML/3_WorkingWithText.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ Code:
6. What relationship do two elements have if they are at the same level of nesting?
If two elements are at the same level of nesting, they are siblings.
Code:
``` <div>
```
<div>
<p>This is a sibling paragraph.</p>
<p>Another sibling paragraph.</p>
</div>
```

7. How do you create HTML comments?
``` <!-- This is a comment in HTML -->```
``` <!-- This is a comment in HTML -->```

0 comments on commit 906da57

Please sign in to comment.