When using elements like yii CHtml::link, what are the recommended practices? I'm working on a button that needs to include an icon, text, respond to hover events, and be wide.
Are there any benefits to using CHtml instead of a regular tag that can easily be customized with CSS and jQuery?