首页题库练习题目详情
Web程序设计单选题中等

下列代码中,哪个是正确的超链接写法?

A<a href="http://example.com" target="_blank">Example</a>
B<a href="http://example.com">Example</a>
C<a href="#">Example</a>
D以上全部正确