Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
target in HEADER of HTML 4
1508 Views
Usage 
The target attribute is used to specify where to open the linked page.
Example to open the linked document in a new window
<html>
<body>

<p>
<a href="http://www.knowledgewalls.com/" target="_blank">Welcome to knowledgewalls.com</a>
</p>

</body>
</html>
Example to open the linked document in same window
<html>
<body>

<p>
<a href="http://www.knowledgewalls.com/" target="_self">Welcome to knowledgewalls.com</a>
</p>

</body>
</html>
Next Topics
Next lessons of current book.
HEADER of HTML 4
HEADER of HTML 4
HEADER of HTML 4
HEADER of HTML 4
TEXT BLOCK of HTML 4
Previous Topics
Previous lessons of current book.
HEADER of HTML 4
HEADER of HTML 4
HEADER of HTML 4
HTML BLOCK of HTML 4
HTML BLOCK of HTML 4
Best Lessons of "HTML 4"
Top lessons which are viewed more times.
TEXT FONT STYLE of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
Sub Lessons
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details