Skip to content

Commit 05a7b80

Browse files
Li XinyangLi Xinyang
authored andcommitted
Merge pull request #39 from liangjw90/master
Fix link target prop
2 parents d893b0c + 73becc8 commit 05a7b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapter1/03_05_html_tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<!-- 当前窗口显示 -->
4545
<a href="http://sample-link.com" title="Sample Link" target="_self">Sample</a>
4646
<!-- 新窗口显示 -->
47-
<a href="http://sample-link.com" title="Sample Link" target="_blacnk">Sample</a>
47+
<a href="http://sample-link.com" title="Sample Link" target="_blank">Sample</a>
4848
<!-- iframe 中打开链接 -->
4949
<a href="http://sample-link.com" title="Sample Link" target="iframe-name">Sample</a>
5050
<iframe name="iframe-name" frameborder="0"></iframe>

0 commit comments

Comments
 (0)