Long back people used to (they still, out of unawareness or laziness) write their HTML, CSS, Javascript code in single file. But soon they realized that the code they write can be divided into three fundamental layers: Content Layer – HTML Presentation Layer – CSS Behavior Layer – Javascript Keeping your code in three different layers [...]