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
"We're writing our next set of mobile pr...
Table of contents 1. Introduction 2. Environment ...
Table of contents Skeleton screen use Vue archite...
When we want to use a new CSS feature, we always ...
1. MySQL's own stress testing tool - Mysqlsla...
Because I wrote the word transition incorrectly i...
Let me summarize a problem that I have encountere...
1. After entering the container cat /etc/hosts It...
When making a web page, you sometimes use a dividi...
1. Introduction The EXPLAIN statement provides in...
Table of contents 1. MySQL compilation and instal...
Only show the top border <table frame=above>...
Mysql5.7.19 version is a new version launched thi...
After the docker installation is completed on the...
Project requirements: When you click a product tr...