HTML Code:
<html>
<head>
<title>Typing text 1</title>
</head>
<body>
<h1>
<spa class="auto-typing1"></spa>
</h1>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script>
var typed = new Typed('.auto-typing1', {
strings: ['Welcome to typing text!'],
typeSpeed: 100,
backSpeed: 10,
loop: true
});
</script>
</body>
/html>
HTML Code:
<html>
<head>
<title>Typing text 1</title>
</head>
<body>
<h1>
<spa class="auto-typing1"></spa>
</h1>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script>
var typed = new Typed('.auto-typing1', {
strings: ['Welcome example 1!', 'This is example 2!'],
typeSpeed: 100,
backSpeed: 10,
loop: true
});
</script>
</body>
/html>
<head>
<title>Typing text 1</title>
</head>
<body>
<h1>
<spa class="auto-typing1"></spa>
</h1>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script>
var typed = new Typed('.auto-typing1', {
strings: ['Welcome example 1!', 'This is example 2!'],
typeSpeed: 100,
backSpeed: 10,
loop: true
});
</script>
</body>
/html>