<!DOCTYPE html>
<html>
<head>
<title>CSS Exercise 1</title>
</head>
<body>
<div style="color: blue; font-size: 20px; text-align: center;">
This is a div element with blue text, font size of 20px, and centered text.
</div>
<section style="color: green; font-size: 16px; text-align: left;">
This is a section element with green text, font size of 16px, and left-aligned text.
</section>
</body>
</html>