span
у которых задано единственное свойство style="text-decoration: underline;
.// Найти
<span style="text-decoration: underline;">Lorem ipsum</span>
<span style="text-decoration:underline">Lorem ipsum</span>
<span style=" text-decoration: underline; ">Lorem ipsum</span>
// Не найти:
<span style="margin: 0; text-decoration: underline; color: red;">Lorem ipsum</span>