Basic HTML

 <!DOCTYPE html>

<html lang="en">

          <head>

                <title> your title  </title>

       <meta charset="UTF-8">

    </head>

<body>

         <h1>your heading

        </h1>

                <p>

            write your content in paragraph

        </p>

         </body>  

</html>