Within the realm of shells, using ./
to indicate the current directory is quite common and generally not perceived as risky when specifying a path.
On the other hand, in HTML coding, it's typical to omit ./
and instead directly specify the file name. Is this primarily a stylistic choice, or could it be attributed to certain browsers not interpreting ./
as representing the "Current Directory"?