Kingston_Pendrive/Suli/13.b/Frontend/Javascript/2024. 09. 09/ora.html
2024-11-19 19:04:02 +01:00

15 lines
364 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1 id="azonosito"></h1>
<script>
let name = prompt("Add meg a neved!")
document.getElementById("azonosito").innerHTML = name
</script>
</body>
</html>