15- HTML Documents

this wildcard allows you to create different types of documents

example

!

html:5

Result:

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> </body> </html>