+ 1
What is the impact of \f on output
output
1 Réponse
+ 4
The \f here represents a "form feed" escape sequence, but its use in HTML page may not be obvious, because this form feed escape sequence was meant for other output form e.g. fax machine. More about escape sequence are available in the following link:
https://www.w3schools.com/js/js_strings.asp
Hth, cmiiw