Locate your root folder for your local server instance. If you are using Laragon, this should be in /laragon/www. If you are working on a Mac and using an alternative to Laragon, you may have to consult the manual.
(Note: The document root for MAMP may be /Applications/MAMP/htdocs. In XAMPP, it may be /opt/lampp/htdocs/.)
Once you've identified the document root, create the following folders inside it: /images, /css, /js and /nonweb. This is an organizational structure similar to the one in JTC 372.
Create a simple valid HTML5 document with a small amount of content, such as a paragraph of dummy text. Save it in your document root with the filename test.html. Use inkplant.com/tools/blank-html5-page to generate the basic valid HTML5 markup.
Verify that if you enter localhost/test.html, you see the contents of your document.
Take a screenshot of this document and submit to the Canvas attendance assignment.
If your local server doesn't seem to be working, contact me via Canvas for a face to face meeting or zoom session.