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

HTML注释标签的正确使用方式是?

A<comment> 注释内容 </comment>
B<!-- 注释内容 -->
C<comment> 注释内容 </comment>
D<// 注释内容 //>