HTML and Elements

<!DOCTYPE html>
<html lang="en">
<body>
<b>This text is bold</b>
<strong>This text is important!</strong>
</body>
</html>