Unfolding:Digital Audit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<h3> yes.. </h3> | <h3> yes.. </h3> | ||
<form action="/action_page.php"> | |||
<label for="fname">First name:</label> | <label for="fname">First name:</label> | ||
<input type="text" id="fname" name="fname"><br><br> | <input type="text" id="fname" name="fname"><br><br> |
Revision as of 11:36, 12 November 2021
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>