Guest User

Untitled

a guest
Oct 22nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Content</title>
  5. </head>
  6. <body>
  7. <a href ="Link.html" target ="showframe">没有锚的连接</a><br />
  8. <!--超链接Link.html于showframe中打开-->
  9. <a href ="Link.html#C10" target ="showframe">带有锚的链接</a>
  10. <!--超链接Link.html于showframe中打开,且给定锚点#C10-->
  11. </body>
  12. </html>
Add Comment
Please, Sign In to add comment