html structure
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>HTML Structure by (Md Abdur Rakib)</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
// keyword here
<meta name="Keywords" content="">
// Site Description Here
<meta name="Description" content="">
// Set your site favicon
<link rel="icon" href="" type="image/x-icon">
</head>
<body>
//All content about here
</body>
</html>