We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d893b0c + 73becc8 commit 05a7b80Copy full SHA for 05a7b80
1 file changed
chapter1/03_05_html_tags.md
@@ -44,7 +44,7 @@
44
<!-- 当前窗口显示 -->
45
<a href="http://sample-link.com" title="Sample Link" target="_self">Sample</a>
46
<!-- 新窗口显示 -->
47
-<a href="http://sample-link.com" title="Sample Link" target="_blacnk">Sample</a>
+<a href="http://sample-link.com" title="Sample Link" target="_blank">Sample</a>
48
<!-- iframe 中打开链接 -->
49
<a href="http://sample-link.com" title="Sample Link" target="iframe-name">Sample</a>
50
<iframe name="iframe-name" frameborder="0"></iframe>
0 commit comments