Unfolding:Digital Audit

From titipi
Revision as of 11:35, 12 November 2021 by MMo (talk | contribs)
Jump to navigation Jump to search
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>