how links email from web page
<html><head>
<title>Email Links</title>
</head>
<body>
<a href="mailto:rajesh.shukla@gmail.com">Email to rajesh kumar shukla</a>
</body>
</html>
Linking to Other Pages on the Same Site code
<html><head>
<title>Linking to Other Pages on the Same Site</title>
</head>
<body>
<h1>About</h1>
<p><a href="linking-to-other-pages.html">Back</a></p>
</body>
</html>
0 comments:
Post a Comment