+ 1
Why do we use tabs to begin after the initial <html>? And what happens when it isn’t used?
3 Antworten
+ 7
Indentations are considered a good practice to ensure than your code is readable. Not using them does not affect the functionality of your HTML document, but will make people go "ugh how am I supposed to make sense of this".
+ 6
It is to improve the readability of your code, and also to let you keep track of how much tag-within-tags you have
+ 2
Thank you!!! Day 1 for me so im sure you’ll see me asking a lot of beginners questions.