Added lazy-loading code and fixed commit push

This commit is contained in:
shreyas-SAS 2022-10-14 16:42:55 +05:30
parent 76becd4e73
commit 60d6b260c6
3 changed files with 10 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View file

@ -26,14 +26,7 @@
<summary>see code:</summary>
<p>
The code to implement this editable content function in a list is as below:<br>
```html
<h2> Shoppping List (Content Editable) </h2>
<ul class="content-editable" contenteditable="true">
<li> 1. Milk </li>
<li> 2. Bread </li>
<li> 3. Honey </li>
</ul>
```
<img src="../code-example-images/content-editable.png" alt="couldn't load image"/>
</p>
</details>
</div>

File diff suppressed because one or more lines are too long