Why do I always see a space between " and /> in HTML?
Posted: September 18th, 2013, 9:25 pm
When I view source codes of websites to see what everyone is doing, I notice that everyone puts a space between an end quote and the forward slash, right before the closing bracket.
What makes....
different than....
??
Are search engines happy without the space or could this screw up how the bots read metadata?
What makes....
- Code: Select all
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
different than....
- Code: Select all
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
??
Are search engines happy without the space or could this screw up how the bots read metadata?