Tuesday, November 10, 2020

html?

A heading

<h1>A heading</h1>

a paragraph

<p>a paragraph</p>

a script

<script>
 function calc(){
  alert("hello");
 }
</script>
<button onclick="calc();">Klikky!</button>
huhhuh

1 comment: