Answer: 
Hi! 
The answer is false. 
Explanation: 
The browsers ignore tab indents, double-spaces, newlines, and another typographic formatting when using HTML5. 
You can use the tag <pre> to preserve and display typographic formatting as typed. 
Furthrmore:
- For indent a text, you should use CSS. 
- For spaces, you should use  . 
- For newlines is commonly used the <div> tag.