Whitespace
Whitespace and indentation make html documents easier to read.
I do not know what in the world is wrong with my code. Please do not say I am bad because I am a noob in coding. Please reply as soon as possible and thank you.Whitespace
Whitespace and indentation make html documents easier to read.
I do not know what in the world is wrong with my code. Please do not say I am bad because I am a noob in coding. Please reply as soon as possible and thank you.<!DOCTYPE html>
<html>
<body>
<p>Whitespace</p>
<p>Whitespace and indentation make html documents easier to read.</p>
</body>
</html>
<p>Whitespace and indentation make html documents easier to read.</p>
only has two spaces/one tab indent, this should be two tabs/4 spaces (same as the line above)
Thank you very much
I will fix my problem. And it will hopefully work.