Minimal HTML5 Document

If you need "really" minimal HTML document, you can omit the <link> and the <script> tag.
However if you do so, you should consider whether your website is good-quality or not.


<!DOCTYPE html>
<html lang="cs">
  <head>
    <meta charset="utf-8">
    <title>title</title>
    <link rel="stylesheet" href="style.css">
    <script src="script.js"></script>
  </head>
  <body>
    <!-- page content -->
  </body>
</html>
    





Interested in more interesting stuff?

Visit root of this web - https://javeismy.name/ :)

Privacy policy