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>