Wednesday 4 February 2015

HTML Example of anchor tag

An anchor("<a>") tag used to link from one page to another
<!DOCTYPE html>
<html>
   <body>
      <a href="http://prashantanandjha.blogspot.in/">Solve Computer Program studies </a>
   </body>
</html>

No comments:

Post a Comment