-
Which of the following technique is also known as Fahrner Image Replacement?
-
- CSS OFF/Images ON
- CSS ON/Images ON
- CSS OFF/Images OFF
- CSS ON/Images OFF
- None of these
Correct Option: B
CSS ON/Images On technique is also known as FIR or “Fahrner Image Replacement”. The premise here is to use a span to wrap the text inside the header and use that span to hide the text. It works but we have to use display:none.