The <a> tag defines a hyperlink, which is used to link from one page to another To open page in new window: Click to open Creative Mission


Syntax:
<a href="#p4"> ... </a>
<a name="p4"> </a> in destination


Example

<html> <head> <title> Creative Mission-Web Development & research center</title> </head> <body> <h2>Welcome to Creative Mission!</h2 <p> <a href="#p4">Click here for next page</a></p> <p><h2>para1</h2> <p>This para explains </p> <h2> para 2</h2> <p>This para explains web development</p> <h2>Para 3</h2> <p>This para explains web development</p> <h2>Para 4</h2> <p>This para explains web development</p> </body> </html>


All Tutorial => 123456789101112131415





Write Comment