Why is formatting necessary while coding and how to format

Acoumalbula

New Member
What is the correct way to format the code? and why is it so necessary? Why should all programmer follow the same rule of formatting and basically, what is the rule??Why programmer prefers to write as\[code\]<html> <head> <title>Title</title> </head> <body> <!--body--> </body></html>\[/code\]instead of\[code\]<html><head><title>Title</title></head><body><!--body--></body></html>\[/code\]Could someone please make it more clear? and, is there any special thing about javascript and css formatting? What are the advantages and disadvantages of formatting?
 
Back
Top