JS Beispiel innerHTML

Developer
Size
1,627 Kb
Views
22,264

How do I make an js beispiel innerhtml?

What is a js beispiel innerhtml? How do you make a js beispiel innerhtml? This script and codes were developed by Anna Prenzel on 04 September 2022, Sunday.

JS Beispiel innerHTML Previews

JS Beispiel innerHTML - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>JS Beispiel innerHTML</title>
</head>
<body> <h1 id="hszg_titel">Hochschule Zittau/Görlitz</h1>
<button onclick="changeHTML()">Ändere den Text</button>
<button onclick="undo()">Rückgängig</button> <script src="js/index.js"></script>
</body>
</html>

JS Beispiel innerHTML - Script Codes JS Codes

function changeHTML(){ var element = document.getElementById("hszg_titel"); element.innerHTML = "TU Dresden"
}
//Änderung wieder rückgängig machen
function undo(){ var element = document.getElementById("hszg_titel"); element.innerHTML = "Hochschule Zittau/Görlitz";
}
JS Beispiel innerHTML - Script Codes
JS Beispiel innerHTML - Script Codes
Home Page Home
Developer Anna Prenzel
Username HSZG-Frontend-Kurs
Uploaded September 04, 2022
Rating 3
Size 1,627 Kb
Views 22,264
Do you need developer help for JS Beispiel innerHTML?

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!

Anna Prenzel (HSZG-Frontend-Kurs) Script Codes
Create amazing blog posts 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!