Href

அம்மாவின் மடியில் - Tamil Kavithai


<a href="http://www.tamilsms.net/2013/03/tamil-kavithai.html">அம்மாவின் மடியில் - Tamil Kavithai</a>

iframe Code




Html code :
[
<html>
<body>

<iframe src="http://webdevelopn.blogspot.com/">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

]

Java script Date Button Code

Date and Time




JS code :
 { <html>
<head>
<script>
function displayDate()
{
document.getElementById("demo").innerHTML=Date();
}
</script>
</head>
<body>

<h1>Date and Time</h1>


<button type="button" onclick="displayDate()">Display Date</button>

</body>
</html> 
 }