When writing HTML code, the first line should be DOCTYPE, but DOCTYPE is usually very long and people are too lazy to remember it, so they basically just copy what they have written before. But today I learned an abbreviation for DOCTYPE. If your DOCTYPE is as follows. When writing HTML code, the first line should be DOCTYPE, but DOCTYPE is usually very long and people are too lazy to remember it, so they basically just copy what they have written before. But today I learned an abbreviation for DOCTYPE. If your DOCTYPE is as follows: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> The following abbreviations can be used instead: <!DOCTYPE HTML> Simple and easy to remember, so you don’t need to copy it later. BTW, I wanted to learn from this and try <!DOCTYPE XHTML> , but it failed and the page became "mixed mode". If you have any other tips, please feel free to share them. |
<<: Implementation of mounting NFS shared directory in Docker container
>>: MySQL high concurrency method to generate unique order number
This tutorial shares the installation of mysql in...
1. CSS writing format 1. Inline styles You can wr...
1. Overview In the daily operation and maintenanc...
Forgetting the password is a headache. What shoul...
Preface Linux groups are organizational units use...
#include <linux/moduleparam.h> 1. Module pa...
Using flex layout, if it is a nine-square grid, i...
For more information about operating elements, pl...
Today we will make a simple case, using js and jq...
Zabbix Server Environment Platform Version: ZABBI...
The nginx configuration file is mainly divided in...
In many projects, it is necessary to implement th...
1. Color matching effect preview As shown in the ...
Code: <input type="text" class="...
You can use the command: docker tag [image id] [n...