
Directory 1: forward slash open bracket root folder close bracket. It contains three files namely index dot html, about dot html, example dot html, sub directories labeled Images and members.
Directory 2: images forward slash. It contains three files namely logo dot gif, central dash park dot jpg.
Directory 3: css forward slash. It contains one file namely main dot css and another sub directory labeled images.
Directory 4: images forward slash. It contains 1 file named background dot gif.
Directory 5: members forward slash. It contains 1 file named index dot html and another sub directory labeled randyc.
Directory 6: randyc forward slash. It contains 1 file named bio dot html.
There are various pointers that depict referencing between file across directory.
The about dot html file from root directory references example dot html in root directory, logo dot gif file in directory labeled mages forward slash, background dot gif file in sub directory labeled images forward slash that has parent directory labeled css, index dot html file in sub directory labeled members. The index dot html file in sub directory members references logo dot gif file in directory labeled mage. The bio dot html file in sub directory randyc references about dot html file in root directory,
Back