Minimum HTML5 Template
I use this minimum HTML Template to write simple output with coding sometimes. [code lang="html"] <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>title</title> <link rel="stylesheet" href="style.css"> <script src="script.js"></script> </head> <body> <!– page content –> </body> </html> [/code]
Minimum HTML5 Template Read More »