Skip to content

Commit 44d367f

Browse files
authored
Update index.html
1 parent 2ba43ae commit 44d367f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,16 @@ <h3>1. Change the Content of an Element</h3>
146146
</pre>
147147
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
148148
<!--~~~~~~~~~~~~~~~~~~~~~~~ 01. change text and make bold using innerHTML ~~~~~~~~~~~~~~~~~~~~~~-->
149+
<a href="https://codepen.io/editor/BBauska/pen/019e29fd-1fb3-7ccc-ac0a-474f3e6c17dd"
150+
target="_blank" rel="noopener noreferrer">
149151
<img class="displayed"
150152
src="./images/image001.gif?raw=true"
151153
loading="lazy"
152154
style="width:531px; height:94px;"
153155
aria-label="Change text, make bold using innerHTML"
154156
title="Change text, make bold using innerHTML"
155157
alt="Change text, make bold using innerHTML." />
158+
</a>
156159
<!-- image001.gif -->
157160
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
158161
<h4>In this example</h4>
@@ -222,7 +225,7 @@ <h4>Output:</h4>
222225
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
223226
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~ 02. highlight, remove, toggle text in class ~~~~~~~~~~~~~~~~~~~~-->
224227
<p align="center" >
225-
<a href=""
228+
<a href="https://codepen.io/editor/BBauska/pen/019e29ff-7d30-72c2-b968-91e49dcb8d47"
226229
target="_blank" rel="noopener noreferrer">
227230
<img class="displayed"
228231
src="./images/image002.gif?raw=true"
@@ -391,7 +394,7 @@ <h4>Output:</h4>
391394
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
392395
<!--~~~~~~~~~~~~~~~~~~ 03. update heading font size, background color using class ~~~~~~~~~~~~~~-->
393396
<p align="center" >
394-
<a href=""
397+
<a href="https://codepen.io/editor/BBauska/pen/019e2a02-9ea4-7ea7-973f-f2abd1c889bf"
395398
target="_blank" rel="noopener noreferrer">
396399
<img class="displayed"
397400
src="./images/image003.gif?raw=true"
@@ -453,7 +456,7 @@ <h4>Output:</h4>
453456
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
454457
<!--~~~~~~~~~~~~~~~~~~~~~~~ 04. Update font size, background color using class ~~~~~~~~~~~~~~~~~-->
455458
<p align="center" >
456-
<a href=""
459+
<a href="https://codepen.io/editor/BBauska/pen/019e2a02-9ea4-7ea7-973f-f2abd1c889bf"
457460
target="_blank" rel="noopener noreferrer">
458461
<img class="displayed"
459462
src="./images/image004.gif?raw=true"

0 commit comments

Comments
 (0)