Basic HTML Template
This page provides a basic HTML template that you can use as a starting point for your own web pages.
HTML template:
You can copy and paste the following into your HTML editor. This code can serve as a starting point for your own HTML pages.
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
</body>
</html>