Write a program to show simple email linking.

Write a program to show simple email linking.

 

<!DOCTYPE html>

<html>

<head>

          <title>e-mail</title>

</head>

<body>

<h1>Send mail by</h1>

<a href="https://accounts.google.com/ServiceLogin/signinchooser?continue=https%3A%2F%2Fmail.google.com%2Felll4elfdfal838ld7a47f43d8fc6c50607bl5057ac96c7f868dcla255f03479cfe0c69d8c4&service=mail&dsh=89935043257051676167flowName=GlifWebSignIn&flowEntery=ServiceLogin">Gmail</a>

<br>

<a href="https://login.yahoo.com/?intl=in&specId=yidReg&done=https%3A%2F%2Fwww.yahoo.com&nr=1">Yahoo</a>

</body>

</html>


Comments