Answer:
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body style="background-color:pink;">
<h1 style="text-align:center">The Centered Headline</h1>
<h1 style="text-align:left">Left</h1>
<h2>Sub headline</h2>
<p>This is the paragraph.</p>
<h1 style="color:purple;">colored word</h1>
<img src="flower.jpeg" alt="Flower" width="460" height="345">
htmlimg2.jpeg
</body>
</html>
Explanation: