Resource icon

Basic boil template for HTML

Every HTML file needs a boiler template:

[CODE lang="html" title="Boiler template"]<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>

</body>
</html>[/CODE]
  • Like
Reactions: sitedata
Author
Malcolm
Views
905
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Malcolm

Top Bottom