mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
Added lazy-loading code and fixed commit push
This commit is contained in:
parent
76becd4e73
commit
60d6b260c6
3 changed files with 10 additions and 8 deletions
BIN
code-example-images/lazy-loading.png
Normal file
BIN
code-example-images/lazy-loading.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
|
@ -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
Loading…
Reference in a new issue