HTML 4 HTML (not XHTML), MIME type is text/html, some tags are allowed to be omitted. With HTML 4 DTD, you can omit the following tags (the so-called avoidable elements are marked with strikethrough):
For example, if your code is It can be written as For example, paragraphs should be At the end, you can just write You can even remove html, head, and body (make sure you are comfortable with this before making it your coding standard). Omitting the tags will keep the HTML valid while reducing the file size. For typical pages, this can save 5-20%. HTML 5 The ongoing development of HTML 5 provides some methods to reduce file size. For example, the page document type declaration contrast Obviously HTML 5's DTD is shorter. When specifying the encoding for a page, HTML 5 is easier to use and shorter: replace Normally, browsers process HTML correctly. Additionally, in today's HTML 5, you can remove the type attribute that declares the MIME type, such as or You can use Alternative use Alternative In all types of pages (even XHTML) you can omit HTML 5 makes this easier. Using all of the above techniques together can save 10%-20% (or even more) of your file size, depending on your coding style and the amount of text in your page. The code will be cleaner and visitors will get to your site content faster. We used many of these techniques in the Privacy Center project, saving 20% of the original file size. |
<<: JavaScript to implement a simple clock
1. Floating layout 1. Let the fixed width div flo...
Since 2019, both Android and IOS platforms have s...
1. Check the MySQL database encoding mysql -u use...
This article shares the specific code for impleme...
Examples: Through the PHP background code, you ca...
Table of contents 01. Listener watch (1) Function...
Preface: In MySQL, the master-slave architecture ...
MySQL Users and Privileges In MySQL, there is a d...
Problem Description When using Windows Server 201...
1. Problem Description Today I need to check the ...
Required effect: After clicking to send the verif...
The telnet in the Alpine image has been moved to ...
In the recent project, we need to create an effec...
This article shares with you a graphic tutorial o...
challenge: Converts the characters &, <, &...