Jump to content

Copy use of your code


Valentino

Recommended Posts

Hello
can I use - copy your codes - for exercises?
for example this:
<form action = "https://www.w3schools.com/action_page.php">
   <label for = "fname"> First name: </label> <br>
   <input type = "text" id = "fname" name = "fname" value = "John"> <br>
   <label for = "lname"> Last name: </label> <br>
   <input type = "text" id = "lname" name = "lname" value = "Doe"> <br> <br>
   <input type = "submit" value = "Submit">
</form>
Thanks Valentino

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...