HTML with content Template

A simple HTML template with a headline, an image, and a paragraph. No CSS or JS code used.

Download ZIP

Zip contains 1 file (see below)

<!DOCTYPE html>
<html lang=”en”>
<head>
<metacharset=”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”
/>
</head>
<body>
<h1>Rainbow</h1>
<imgstyle=”width: 50%”alt=”rainbow graphic”src=”images/rainbow.jpg”/>
<p>A beautiful rainbow</p>
</body>
</html>

[image folder attached in ZIP file above]