Posts

Showing posts from 2020

How to create Sign Up form in HTML using HTML and CSS

For creating Sign Up form I use VS Code Editor to edit the codes. Download link for VS Code:  Click Here to download I have used the external CSS Method so the files can be differentiate here. First open editor and create new file for writing: <! DOCTYPE   html > < html >      < head >          < title > Sign Up Form </ title > < link rel = "stylesheet" href = "style.css" > </ head >      < body   background = "https://cdn.pixabay.com/photo/2018/08/14/13/23/ocean-3605547_960_720.jpg"   text = "white" >          < form   action = ""   method = "" >              < div   class = "Container" >      ...