Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<p>We use the &lt;strong&gt; tag to highlight the importance <strong> of this part of the text</strong>.</p>
<p>The &lt;b&gt; tag is a physical tag that stands for <b>bold text</b>.</p>
</body>
</html>