Issue
I want to make this text red ad bold "English" How can I do this in HTML? If there is no way to do this CSS would be still OK.
Solution
You do it like this in HTML with some CSS styling:
<b style='color:red;'>English</b>
Answered By - Filip Huhta
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.