problem using $w.Text.html

Hi, Thank for the wix website and for Corvid by wix both are really a great experience.
I’m not a programmer but I’m not bad at that anyway, I tried to make a “MouseIn” event for my text (it’s a normal text) that changes the color of my text when I hover over it. however, I’m still unable to achieve that, I’m sure I’m using the right code but I need someone to help me identify what is the problem with it, thank you <3

Code:

export function text1_mouseIn(event) {
$w(‘#text1’).html= <h2 style=“font-size:44px; text-align:center” class =“font_2”>Big Title
}

add before and after the html string.

omg it’s funny how easy that was xd, thank you so much

You’re welcome