<!DOCTYPE html>
<html>
<body>
<section>
<h1>HTML</h1>
<p>Hypertext Markup Language is the standard markup
language for creating web pages and web applications.</p>
</section>
<section>
<h1>CSS</h1>
<p>Cascading Style Sheets is a style sheet language
used for describing the presentation of a document
written in a markup language like HTML.</p>
</section>
</body>
</html>