+ 1
Hi guys i want to write codes in an organised way how i can do it ?
2 Respuestas
+ 2
Thats a pretty broad question. Basically make use of proper indentation, use spacing and tabulation, and be sure to look into all of the elements that html5 has to offer, such as section, article, nav, aside, etc. The last point makes the code a bit more meaningful to the coder than a bunch of <div> elements.
0
thank u