<!DOCTYPE html>
<html>

<head>
  <title>Creating Emphasis Using the <em> and <strong7gt; Elements</title>
</head>

<body>
<p>In the following sentence, the word <em>Always</em> is contained inside an <em> element, 
while the words <strong>can cause blindness</strong> are contained inside the <strong> element.</p>

<p><em>Always</em> look at burning magnesium through protective colored glass as it <strong>can cause blindness</strong>.</p>
</body>
</html>