Unfolding:Digital Audit
can you write html
yes you can!
yes..
<form action="/action_page.php"> <label for="fname">First name:</label> <input type="text" id="fname" name="fname">
<label for="lname">Last name:</label> <input type="text" id="lname" name="lname">
<input type="submit" value="Submit">
</form>
<script> but not script?
console.log(); </script>