I would like to style a word in italics but do not know the css how to do this:
<p>Club Amigos!</p>
<p>( Amigos: spanish for friends )</p
I would like to wording: "Amigos - spanish for friends" to be in italics.
Any help would be appreciated.
I know it is: p {font-style: italic; }
But its implementing into the css and html l am unsure as to how to do.
<p>Club Amigos!</p>
<p>( Amigos: spanish for friends )</p
I would like to wording: "Amigos - spanish for friends" to be in italics.
Any help would be appreciated.
I know it is: p {font-style: italic; }
But its implementing into the css and html l am unsure as to how to do.