hsss:defining_html5_documents
doctype
Un seul doctype en html5 :
<!doctype html>
En réalité pas besoin hormis pour backward compatibility (active le quirks mode), donc préferer le mettre.
<html>
<html>
ou
<html lang=“<lang code>”>
head
<head> <meta charset="utf-8"> </head>
hsss/defining_html5_documents.txt · Last modified: 2015/12/16 21:02 by leo