Read All H1 tags and P tags

Developer
Size
1,721 Kb
Views
12,144

How do I make an read all h1 tags and p tags?

What is a read all h1 tags and p tags? How do you make a read all h1 tags and p tags? This script and codes were developed by Tom Stark on 10 December 2022, Saturday.

Read All H1 tags and P tags Previews

Read All H1 tags and P tags - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Read All H1 tags and P tags</title>
</head>
<body> <h1 id="TTSNumber-1" onmouseover="readContentonHover(this)" onmouseout="stopSpeaking()">Heading 1</h1>
<p id="TTSNumber-2" onmouseover="readContentonHover(this)" onmouseout="stopSpeaking()">some body text</p>
<h1 id="TTSNumber-3" onmouseover="readContentonHover(this)" onmouseout="stopSpeaking()">Another heading</h1> <button onclick="readWholePage();">Click me</button> <!--Scripts--> <script src="https://code.responsivevoice.org/responsivevoice.js"></script> <script src="js/index.js"></script>
</body>
</html>

Read All H1 tags and P tags - Script Codes JS Codes

 function readContentonHover(obj) { var text = document.getElementById(obj.id).innerHTML; responsiveVoice.speak(text); } function stopSpeaking() { responsiveVoice.cancel(); } function readWholePage() { var elementList = document.querySelectorAll("h1, p"); for (var i = 0; i < elementList.length; i++) { //This Works fine responsiveVoice.speak(elementList[i].innerHTML); } }
Read All H1 tags and P tags - Script Codes
Read All H1 tags and P tags - Script Codes
Home Page Home
Developer Tom Stark
Username TomStark16
Uploaded December 10, 2022
Rating 3
Size 1,721 Kb
Views 12,144
Do you need developer help for Read All H1 tags and P tags?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tom Stark (TomStark16) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!