Multi-Page Websites
Today was about navigating through multiple webpages through the home page.
Today's Learning:
1. Importance of relative file paths. (./ and ../ play a major role in accessing various project files).
2. Html boilerplate.
3. Combine multiple html projects in a single page. This helped me to understand how to format the file structure inorder to access it easily.
4. The best practices such as, having a asset folder where images, audio and videos are to be stored and having a public folder where other html pages has to be stored.
5. About the GitHub server.
Yet to build my first capstone project🤞