Question:
How can I code for an" login"on html thanks in advance
.
Answer:
To create code for a login form you need a text editor or a builder/tool that generates html code. A typical login form will contain the fields shown in the following image:
However, to have a nice layout of the fields shown in the picture you need additional html elements or CSS elements.
There are many concrete examples with code on how to create a login form in html: A simple Google search gave me many results including the following:
Tip
Here are some tips:
Notes:
This question was originally asked on Facebook on 11-July-2015
How can I code for an" login"on html thanks in advance
.
Answer:
To create code for a login form you need a text editor or a builder/tool that generates html code. A typical login form will contain the fields shown in the following image:
However, to have a nice layout of the fields shown in the picture you need additional html elements or CSS elements.
There are many concrete examples with code on how to create a login form in html: A simple Google search gave me many results including the following:
- http://www.cssflow.com/snippets/login-form/demo/html
- https://www.authpro.com/cgi-bin/authcode.cgi?user=deluxe
Tip
Here are some tips:
- There is a way of learning doing stuff in html by visiting actual web pages and choosing to view the source code for the site.
- You can ask Google about anything concerning html
Notes:
This question was originally asked on Facebook on 11-July-2015


