Valentino 0 Posted October 16, 2020 Report 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 Quote Link to post Share on other sites
Funce 42 Posted October 18, 2020 Report 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 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.