How do I take the following CSS and convert it to an inline style? The syntax escapes me.
<style>
p::first-letter {
font-size: 130%;
}
</style>
How do I take the following CSS and convert it to an inline style? The syntax escapes me.
<style>
p::first-letter {
font-size: 130%;
}
</style>