CSS in javascript Alert Box?

Anyone can tell me if there is any possible ways to include style/htm tag in a alert box?

Example(something like this…)

<input type=“button” value=“Click Me” onClick=“alert(‘Hello There! <strong>Thank</strong> you for visiting my website!’);”>

or…

<input type=“button” value=“Click Me” onClick=“alert(‘Hello There! <span class=“myfonts”>Thank</span> you for visiting my website!’);”>

Thanks.

nope

Okay, thanks anyway =)

you could design a layer to resemble an alert box and then when the user clicks the button change the layers visibility from false to true