Showing posts with label Basic HTML. Show all posts
Showing posts with label Basic HTML. Show all posts

Wednesday, May 25, 2011

Some VERY basic HTML

NOTE: Thanks to an observant reader, there's an error in the link coding html--my fault entirely, for being in a rush, and also trying to avoid Blogger actually 'reading' the html. I've made the corrections in RED below.

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.)

Image copyright John C. Dvorak (And no, it's not real. It's a setup)

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 ">".