What is the proper way to close tags in html5 for the following elements:
<meta> <base> <link> <img> <input> <br> <hr>
Do you use the trailing slash?
<meta /> <base /> <link /> <img /> <input /> <br /> <hr />
I've read too many posts on backward compatibility and xhtml so I not sure who is right.
<meta> <base> <link> <img> <input> <br> <hr>
Do you use the trailing slash?
<meta /> <base /> <link /> <img /> <input /> <br /> <hr />
I've read too many posts on backward compatibility and xhtml so I not sure who is right.
Comment