HTML CSS combo can be used to "blur" the text or image, when displayed in Browsers.
.blur {
filter: blur(3px);
}
<div class="blur">Hello How are You?</div>
However, the text is still visible and accessible clearly when someone goes to view-source
or inspect-element
in the browsers.
Is there any additional way in which the text becomes completely invisible/inaccessible even in view-source
or inspect-element
?
This is for an online quiz for 20 questions, where few sample questions (say 4) are clearly visible (both q&a), but rest 16 q&a are blurred or inaccessible. Now, my aim is to have all the 20 questions accessible to Search engines like Google and paid subscribers, but only 4 to free site visitors. Hence, the q.