Código PHP:
function html_identificar()
{
?>
<a href= "registro.php">No eres miembro?.Ingresa tus datos.</a><br>
Nombre de Usuario:<br>
<input type= text name= "usrName" size= 16><br>
Clave:<br>
<input type= password name= "passwd" size= 16><br>
<input type= submit value= "Ingresar"><br>
<a href= "clave.php">Olvidaste tu clave?</a>
</form>
<?
}