<!doctype html>
<html>
<head>
<title>Inline elements</title>
</head>
<body>
<h1>Inline elements flow <em>within</em> a block</h1>
<p>To give it different <strong>meaning</strong>.</p>
<p>Or <span style="color: red;">style</span> it.</p>
<p>Or <a href="/topic/html">link it</a> somewhere.</p>
<p>Images default <img src="tim.jpg"> to inline.</p>
</body>
</html>