Contact: aviboots(AT)netvision.net.il
39,187 questions
50,913 answers
573 users
<!DOCTYPE html> <html lang="en"> <head> </head> <body> <p id="p-id"></p> <script type="text/javascript">
document.getElementById("p-id").textContent = "javascript"; /* run: javascript */
</script> </body> </html>