Saturday, 11 July 2015

How can I code for an" login"on html thanks in advance

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:


  1. http://www.cssflow.com/snippets/login-form/demo/html
  2. https://www.authpro.com/cgi-bin/authcode.cgi?user=deluxe
Going to either of the links above will give you example html code for a login form.



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.




Android app on Google Play



  • You can ask Google about anything concerning html


Notes:

This question was originally asked on Facebook on 11-July-2015

No comments:

Post a Comment