Sunday 16 August 2020

Quick Tips #4: What structure should your website have ?

website files structure

 The most common Things we'll have on any website project we create an index HTML file and folders to contain images , style , files and script files .

Some common files and folder  :

  1. index.html : This fill will generally contain your homepage content , i.e. the text and images that people see when they first go to your site . 
  2. images folder : This folder will contains all the images that you us on your site.
  3. styles folder : This folder will contains  the CSS code used to style your content.
  4. scripts folder :This folder will contains all the JavaScript code used to add interactive functionally to your site .

πŸ“ŒIt is good practice to organize your files .😊
πŸ“ŒIt helps  when you link your file with HTML.😎




=======================================================================



Keep Learning and practice , practice and practice.. !!!

Follow me on Codepen πŸ”—https://codepen.io/arwazkhan189

LIKE , COMMENT , SHARE , SUBSCRIBE  the Blog!

2 comments: