Site icon Hip-Hop Website Design and Development

including class to excerpt

I need to add completely different courses to some excerpts.when wrap the excerpt with

it does not work.how can I add my class to excerpt?

<?php
<p class="myclass"><?php the_excerpt(); ?></p>

output:

<p class="myclass"></p><p>excerpt textual content</p>