Enter the content you wish to display in the source element of excalibra.html. When executed again, the output-wrap element will dynamically render the printed information onto the webpage.
<!-- Insert the content to be printed within the source element -->
<div id="source">
Lorem ipsum dolor sit amet consectetur,
adipisicing elit. Exercitationem
modi nostrum architecto
</div><br>
<!-- The output-wrap element displays the content on the webpage -->
<div id="output-wrap">
<span id="output"></span>
<span class="typing-cursor">■</span>
</div>| Project Reference | References |
|---|---|
| typing.js | MDN web docs |
| Font Awesome & icons8 | w3cschool-javascript |
| waka-readme | www.jq22.com |