Contact: aviboots(AT)netvision.net.il
39,906 questions
51,838 answers
573 users
<!DOCTYPE html> <html> <head></head> <body> <h1 id="h1-id">First Header</h1>
<script> document.getElementById("h1-id").innerHTML = "Second Header"; /* run: Second Header in <h1> */ </script>
</body> </html>