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
What is a mirror? An image can be seen as a file ...
Table of contents MyISAM and InnoDB Reasons for p...
This article shares the specific code of JavaScri...
Table of contents 1. Introduction 2. Entry mode o...
Because the server's database hard disk space...
Prerequisites Need to install git Installation St...
This article shares the specific code of JQuery t...
A Thorough Analysis of HTML (14) Special Characte...
I learned a new trick today. I didn’t know it befo...
cause When executing the docker script, an error ...
Table of contents Canvas related documents Effect...
Add an input file HTML control to the web page: &...
Docker Hub official website 1. Search for Python ...
Here are 10 tips on how to design better-usable w...
In a table, you can define the color of the lower...