Answers for "tag form html"

3

forms in html

<html>
<form action= "your site" method = "post/get">
  </form>
</html>
Posted by: Guest on June-02-2020
0

html form tag

<title> Narrow Login Survey </title>

<h1>SSO Survey</h1>

<input type="box" placeholder="Username">
<input type="password" type="box" placeholder="Password">

<input type="checkbox"> Remember me

<button type="submit">Confirm</button>
Posted by: Guest on August-17-2021

Browse Popular Code Answers by Language