Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Web Development: Organizing Files and Folders

When you begin to build your website, it's a very clever idea to organize  your files and folders efficiently.

You should have:
  • A site root folder, inside of which you have:
    • An index.html file - that's the HTML for your homepage
    • A CSS folder
    • An images folder
    • A JavaScript folder. 
    • Other .html webpages for that website.

Note on DreamWeaver CC Libraries

When inserting images from the CC library in Adobe DreamWeaver, it's usually better to 'Download Linked' or Download Unlinked' images than to 'Insert Linked' or 'Insert Unlinked'. The reason; if you  insert a linked or unlinked image, it will be changed if anyone changes the image in Adobe's CC library.  However, if you download the image, the image is now inserted on your website independently.

Web Development: Organizing Files and Folders

When you begin to build your website, it's a very clever idea to organize  your files and folders efficiently. You should have: A ...