HTML Boiler Code

The normal necessary tags required before starting a html file

<!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="css/style.css"
    <link href="images/favicon.ico" rel="shortcut icon">
    <title> untitled</title>
</head>

<body>
<div class="container">
</div>
</body>
<html>