1

The image describes the main website folder that contains nested files and folders of website can i place like this ?

can i place like this ?

sbgib
  • 5,580
  • 3
  • 19
  • 26
Aneesh
  • 13
  • 3

1 Answers1

1

Yes, of course, you can even put other folders inside the sub-folder. If you are using this for a navigation bar or whatever, when making links, use:

/subfolder/page12345.html

and not:

https://mysite/subfolder/pag12345.html

you can use both but he first option gives cleaner code.

wnetMC
  • 175
  • 8