Difference between revisions of "Demo:TargetFrame"

From PKC
Jump to navigation Jump to search
Line 1: Line 1:
=Demonstration of Target Frame=
=Demonstration of Target Frame=
To use a separate target frame, one must use the <nowiki><html></nowiki> tag.
To use a separate target frame, one must use the '''<nowiki><html></nowiki>''' tag.
<html>
<html>
<a href="https://cnn.com" target="_blank">This is a News Webite</a>
<a href="https://cnn.com" target="_blank">This is a News Webite</a>
</html>
</html>

Revision as of 03:17, 29 March 2022

Demonstration of Target Frame

To use a separate target frame, one must use the <html> tag. <html> <a href="https://cnn.com" target="_blank">This is a News Webite</a> </html>