According to the principles of W3C, each start tag of XML must have a corresponding end tag, that is, <html> must end with </html> to be a complete element, unless it is a self-closed tag, which is a tag such as <img src="... " />. HTML is a child of XML, so it must also follow the principles of XML. This is the standard. Therefore, if <meta charset=UTF-8> is not ended with />, it does not meet the standard and is only suitable for versions before HTML 4.0. Currently, most websites use the XHTML standard writing method for SEO and multi-browser support. |
<<: impress.js presentation layer framework (demonstration tool) - first experience
>>: A brief discussion on JavaScript scope
Preface In actual development, business requireme...
Preface: The most commonly used MySQL logical bac...
Preface When it comes to database transactions, a...
A composite index (also called a joint index) is ...
1. How MySQL uses indexes Indexes are used to qui...
Table of contents Preface 1. The process of using...
For what I am going to write today, the program r...
Several problems were discovered during the use o...
Hello everyone, today when I was looking at the H...
Check if MySQL is already installed in Linux sudo...
need: Use docker to start nginx + tomcat dual pro...
Preface Anyone who has used json should know that...
If we want to perform batch operations on a type ...
1. Prepare data The following operations will be ...
Table of contents Overview 1. Separation of front...