Thanks to Sarah Grimm for her post. Author Meg Chittenden once said writers are lucky because we hear voices in our heads but don't get locked up in rubber rooms. Hubster and I are at Cripple Creek most of today, so I won't be around to respond to comments as often as I'd like to. But don't let that stop you from leaving them, or sharing this post if it's at all helpful.
Back when I started my first personal website—back in the day when it was a cool thing to play with because your internet provider offered a certain amount of "free" space along with your account—I tried to figure out what the heck I was doing. I even bought a book about HTML, not that I understood it. (HTML 3 if that says anything about how long ago it was.)

Now, most simple interfaces include automatic formatting codes, but there are a few commands I still use when you can't just highlight a word and click something that will insert the code for you. The main places I use them is when I leave blog comments, or am creating hyperlinks on my own blog. They also help me understand and find code when I'm trying to figure out why my blog or web page doesn't look right.
First, the bare bones. You signal whatever cyberspace magicians by inserting codes between < and > marks. Then you tell it to stop with a "/" symbol before the letter between the < and > marks
Okay, here's where it's going to get a little confusing, because Blogger insists that my examples are actually real HTML code. So, from here on out, I'm going to use "[" to represent "<" and "]" to represent ">".