You are on page 1of 1

<DOCTYPE html>

<html>
<head>
<style>
h1{
text-shadow:3px 2px red;

}
</style>
</head>
</body>
<h1>text-shadow effect</h1>
<p><b>Note:</b> Internet Explorer 9 and ealier do not support the text-shadow
property.</p>

</body>
</html>

You might also like