Valentino Posted October 16, 2020 Share Posted October 16, 2020 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 More sharing options...
Funce Posted October 18, 2020 Share Posted October 18, 2020 Hey Valentino! You can see what's allowed in the Terms of Service Page. https://www.w3schools.com/about/about_copyright.asp Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now