Spaces and equals signs

Spaces and equals signs Bad Practice
Spaces and equals signs Best Practice

If you put spaces around equals signs, the browser will still render the page. However, if we talk about good manners, the less spacing the code has, the better. Less-spaced documents are easier to read and group related entities together. Plus, code with extra spaces looks cluttered and can confuse other developers who may read your code.

<?xml version="1.0" encoding="utf-8"?>