Emmet For HTML
Before starting with the HTML i will show you the syntax of the HTML,
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<b...
pratikvidhale10.hashnode.dev2 min read