Blank HTML Internal CSS and JS

Blank HTML Template

A blank HTML template with inline CSS and JS.

Download ZIP

Zip contains 1 file (see below)

<!doctype html>

<html lang=”en”>

<head>
<meta charset=”utf-8″>
<title>Insert Your Page Title Here</title>
<meta name=”description” content=”This is the description that search engines will display. Aim for 145-155 characters.”>
<meta name=”author” content=”Insert the content author or owner name here”>

<script>
// delete this line and put your javascript here.
</script>

<style>
body {
background-color: #ffffff;
}
</style>

</head>

 

<body>
</body>

</html>