Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Wednesday, February 1, 2012

italics and bold

Okay, so Memory and Emma Margaret  asked me how to do italics and bold in comments on Blogger!
It's actually a lot more simple than I thought it would be!
So, here's an example:
Amelia Earhart used to eat purple, chocolate covered clowns.
And now you want to emphasize some of those words!
So, for the italics, you do this:
<i>chocolate covered</i>


And for the bold you do this:
<b>used</b>


If you want to do both italics and bold, you do this
<i><b>clowns</b></i>


All together, your comment {before you submit it} will look like this:
Amelia Earhart <b>used</b> to eat purple, <i>chocolate covered</i> <i><b>clowns</b></i>.


So, did that make sense? I hope it helped! :)