diff --git a/UltiSnips/html.snippets b/UltiSnips/html.snippets
index b6f23dc..1cb86b2 100644
--- a/UltiSnips/html.snippets
+++ b/UltiSnips/html.snippets
@@ -37,6 +37,10 @@ snippet doctype "HTML - 4.0 Transitional (doctype)" b
endsnippet
+snippet doctype "HTML - 5.0 (doctype)" b
+
+
+endsnippet
#############
# Shortcuts #
diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt
index 67a28e7..410b88a 100644
--- a/doc/UltiSnips.txt
+++ b/doc/UltiSnips.txt
@@ -1203,6 +1203,7 @@ Contributors listed in chronological order:
Timothy Mellor (mellort)
Chris Lasher (gotgenes)
Chen Houwu (chenhouwu)
+ Harry Zhxu (harryzhxu)
Thank you for your support.