HTML STRONG TAG
Run
<html>
	<head>
		<title>
            The strong tag
        </title>
	</head>
	<body>
		<h1>Studytonight</h1>
		<p>Best place to learn 
			<strong>Coding Online.</strong>
		</p>
	</body>
</html>