Development Trends: html (Hypertext Markup Language) - xhtml (Extensible Hypertext Markup Language) - xml (Extensible Markup Language); html: 1. Not case sensitive; 2. Tags do not have to appear in pairs; 3.<br>; xhtml: 1. Case sensitive, must be lowercase; 2. Tags must appear in pairs. If there is a start tag, there must be an end tag. 3. The attribute value must be within quotation marks; 4. Attribute minimization is not supported: Eg: Correct: <input checked='checked'> Error: <input checked> 5. The name attribute is not recommended for use and will be eliminated in the future; 6. Empty elements also need end tags: such as: <br/>, <hr/> (horizontal dividing line) xml: HTML will eventually develop into XML. XHTML is a transition from HTML to XML, and the characteristics of XHTML are also suitable for XML. |
<<: Define your own ajax function using JavaScript
>>: The latest 36 high-quality free English fonts shared
Refer to the tutorial on setting up FTP server in...
Solution to forgetting MySQL password: [root@loca...
This article example shares the specific code of ...
XMeter API provides a one-stop online interface t...
Preface I recently wanted to learn CocosCreator, ...
This article example shares the specific code of ...
Kubernetes supports three types of authentication...
I believe that the Internet has become an increas...
1.watch listener Introducing watch import { ref, ...
Below is the code that Shiji Tiancheng uses to ca...
About semantics Semantics is the study of the rel...
In fact, it is very simple to achieve this effect,...
Preface When developing WeChat applets, you often...
Implementation principle The main graphics are co...
1. Parent components can pass data to child compo...