<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="utf-8">
<title>Masalah dengan Metode JavaScript Document.write ()</title>
</head>
<body>
<h1>Ini adalah heading</h1>
<p>Ini adalah paragraph dari text.</p>
<button type="button" onclick="document.write('Halo dunia!')">Klik Saya</button>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.