Currently, I am utilizing the Brackets code editor to create a webpage in HTML format. My aim is to transfer these files to another computer so that the user on that device can view the webpage created from these HTML files. Strangely, when I open the HTML files on Chrome without using Brackets, none of the CSS styling or images - essentially anything linked to the HTML page other than the HTML content itself - are displayed. On the other hand, Dreamweaver is able to display webpages correctly even when the HTML files are accessed independently.
What steps should I take to ensure that the webpages are displayed accurately and how can I share these webpages with another computer user so they can be viewed properly?