<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h2>Trying html Style Attribute </h2>
<img style="border:2px solid red;" src="road.jpg">
<a href="file_name.html" style="text-decoration:none">click here to view the file</a>
<p style="color:purple;">This is paragraph text</p>
</body>
</html>