Relative and Absolute Pathing

Lecture Overview

Directory Structure

-

Example

-

Web Developer File Structure

-

Web Project File Structure

> `project-folder`
    - `index.html`
    > `assets`
        > `css`
            - `style.css`
            - `navbar-style.css`
            - `footer-style.css`
        > `js`
            - `bootstrap.js`
            - `jquery.js`
            - `my-js-file.js`
        > `img`
            - `img1.png`
            - `img2.jpg`
            - `img3.gif`