Photo by
Auto Type
How to Create A Auto typing in Your Website ???!!!
[
](hashnode.com/@Programing-School)
·Jan 1, 2022·1 min read
Subscribe to our newsletter and never miss any upcoming articles
Subscribe
Listen to this article
Your browser does not support the audio element.SPEED1X
Table of contents
![channels4_profile.jpg] (cdn.hashnode.com/res/hashnode/image/upload/..)
Hello
How to make A Auto Typing with JavaScript !!???
1- In Your Project or website but any class name in span like this:
<span class="auto"></span>
2- insert this script tag
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
3- open your JavaScript File
4- past this code in your JavaScript File :
var typed = new Typed(".auto", { strings: Your Text or list like ["Mohamed Ehab", "Fantastic website"] and etc..., typeSpeed: 100, backSpeed: 100, loop: true, });
5- If the code not working ⚒ check your script tag to connect your html file to JavaScript file !!!
Thank you for reading out blog
1