Jump to content

[HTML] - Login


Jackson Brooklyn
 Share

Recommended Posts

Acesta este un cod HTML pentru login.

<form action="Siteoficial.html" name="formular_de_login">

	<input type="text" name="nume_de_utilizator" placeholder="USER NAME" /><br />
	<input type="password" name="mi_parola" placeholder="PASSWORD" /><br />
	
	<input type="submit" name="trimite" value="Log In" /> 
</form>

Acolo unde vezi aia cu Siteoficial.html schimbi pe celalalt HTML unde vrei sa ajungi.

 

SCRIPT COMPLET

<HTML>
<TITLE>Site</TITLE>
<HEAD>
<BODY>

<form action="Siteoficial.html" name="formular_de_login">

	<input type="text" name="nume_de_utilizator" placeholder="USER NAME" /><br />
	<input type="password" name="mi_parola" placeholder="PASSWORD" /><br />
	
	<input type="submit" name="trimite" value="Log In" /> 
</form>

</BODY>
</HEAD>
</HTML>
Edited by Cdorsu
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.