Forum Moderators: Robert Charlton & goodroi
Void elements only have a start tag; end tags must not be specified for void elements.
Empty Elements
Include a space before the trailing / and > of empty elements, e.g. <br />, <hr /> and <img src="karen.jpg" alt="Karen" />.
In one tutorial on proper use of canonical tags I saw this as an example, which contains a closing "/".
But I've also seen numerous instances in which the "/" is omitted.
Is the closing "/" optional?