Untitled
Guest 11 14th Nov, 2024
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset="UTF-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
</head>
<body>
<center><h1>
<script type="text/javascript">
var n=1;
for (var i = 0; i<5;i++) {
for (var j=0;j<n;j++) {
document.write("*");
document.write(" ");
}
n++
document.write("<br>");
}
</script>
</center></h1>
</body>
</html>
To share this paste please copy this url and send to your friends
RAW Paste Data