0
does it matter how much spacing is on each line?
4 odpowiedzi
+ 2
no, spacing doesnt matter on text, but it is when using tags. for example, < head > is wrong, the correct is <head>. but <p> hello world </p> and <p>hello world</p> is the same
0
What do you mean by this?
0
he means indentation. this is very important when coding. but content is up to you. you can have a single space or a hundred spaces in you content and it will validate fine. although I'm unsure if bad indentation will fail validation, I do know it enrages me to fix up bad code.
0
indentation isn't a necessity in html. it helps the developer make the markup more readable and adds structure to the code, but the content will be displayed the same when viewed in a browser