This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
在下面的代码片段中,我想在没有类属性的情况下获得 <b> 标记的第一次出现。
<html>
<body>
<p>This is the <b class="abc">text in bold with a class attribute</b> and the following is <b> text in bold without a class attribute</b>
</body>
</html>