List of helpful shortcuts for faster coding
If you have any other helpful shortcuts, feel free to add in the comments of this gist :)
| <!DOCTYPE html> | |
| <html lang="en" dir="ltr"> | |
| <head> | |
| <title>Page Title less than 55 characters</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> | |
| <meta name="author" content="John Doe"> | |
| <meta name="description" content="Description of the page less than 150 characters"> | |
| <meta name="theme-color" content="#303030"> | |
| <meta property="og:type" content="website"> |