Unfolding:Digital Audit: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


<h3> yes.. </h3>
<h3> yes.. </h3>
<input type="text" class="testo"> ah pure questo! </input>
 
<form action="/action_page.php">
  <label for="fname">First name:</label>
  <input type="text" id="fname" name="fname"><br><br>
  <label for="lname">Last name:</label>
  <input type="text" id="lname" name="lname"><br><br>
  <input type="submit" value="Submit">
</form>  
 


<script> but not script?
<script> but not script?
console.log(); </script>
console.log(); </script>

Revision as of 11:35, 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>