angelojohngage / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

`head` #1

Open ghost opened 6 years ago

ghost commented 6 years ago

https://github.com/angelojohngage/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L6

Nice job giving your webpage a title and specifying the charset in the document head 👍

Make sure to provide relative file path to your stylesheet. The absolute file path C:\Users\AngeloJohnGage\Downloads\Atom\Projects\DevProject\Dasmoto\style.css is not going to exist on anyone's computer but yours. So when someone runs your code, the stylesheet is not linked to the document.

A relative file path would simply be style.css. It's just relative to the working file (in this case index.html), so anyone with your project can run it without issue.

angelojohngage commented 6 years ago

I did try to add it video the folder, but for some reason I couldn't figure it out and went with the absolute path.