To Do List
HTML Boilerplate: You can also generate a basic HTML5 boilerplate by typing ! and then pressing Tab.
! <!-- Type '!' and then press 'Tab' -->
This expands into a basic HTML5 structure:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-...
malaythakur.hashnode.dev11 min read