find + grep

find . -name "*.html" -type f -exec grep -irl "data:," {} \;