Created
February 21, 2016 02:36
-
-
Save ducalpha/d4455ad7d07dd90245b1 to your computer and use it in GitHub Desktop.
iframe and a tag target example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><head> | |
| </head> | |
| <body> | |
| <iframe src="http://www.w3schools.com/" name="A"><p> This my first iframe</p></iframe> | |
| <iframe src="http://cps.kaist.ac.kr/" name="B"><p> This my second iframe</p></iframe> | |
| <iframe src="http://www.example.com/" name="C"><p> This my third iframe</p></iframe> | |
| <a href="http://www.kaist.ac.kr" target="B">Change B</a> | |
| </body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment