h3{text-decoration: linethrough;}
h3{font-family: garmond;}
h3{font-size: 25;}
h3{cursor: busy;}
h3{text-transform: uppercase;}
h3{color: orange;}
h3{background-color: yellow;}
</style>
</head>
<body>
<h1>Rajan</h1>
<h2>RAJAN</H2>
<h3>rajan</h3>
</body>
</html>
136