For most of us, this isn't a big deal. We use WYSIWYG editors (What You See Is What You Get). That means all we have to do is highlight a word and click the Bold, Italics or Link button and the HTML code is added under the hood without us having to do a thing.
But for the rare times where we may wish we could bold a text, but there is no bold button, or wish we could add a hyperlink, but can't find a hyperlink button, this post will help.
When will you need to know this? Let's say you are really mad at me and want to bold the text in a comment for this post. Since there is no Bold button, you'd need to use HTML in the comment field. Or, more practically, if you want to link to your webpage (Which I encourage in your comments), then you can use HTML to do that.
We're going to look at how to do three basic things with HTML: Bold, Italics, and Hyperlinks. Now, just like there are more than one way to say "Hello" (Hi, Howdy, Wassup!), there are more than one way to do some of these things. But here are the simple ways.
First, you have to tell the text that it needs to be formatted for HTML. You do this with tags. Tags are enclosed in <>. Anything inside the <> is a tag.
Each formatting action you want to make has to have:
Let's look at how to bold something. This code:
Comes out like this:
This Is Bold
1. The letter b is how we instruct the text to bold
2. The text we want to bold is enclosed in an open and a closed tag:
Pretty easy. Want to try italics?
becomes: This Is Italics
Now, hyperlinks are a little more involved, but still pretty easy if you have followed what we did so far:
1. We have our open and closed tags:
2. Next, we have two elements to define.
- The URL we want to send people to when the text is clicked
- The text we want people to read
Between the open and close tags, we enter the text that we want people to read:
The last step is to replace the "url" in the open tag with the actual link we want to send people to when they click on the text Google Search Engine (be sure to leave the quotation marks):
Here is what people see:
Google Search Engine
So, that's all there is to simple HTML. With this, you should be able to do the basics when you are without the all-important WYSIWYG.
Feel free to give it a try and leave a comment and a clickable link to your site.
Tony Eldridge
(If you are reading this as a syndicated post, you will have to visit the actual blog post to see the HTML codes in the text boxes.









15 comments:
I'll add the first comment:
I really hope this post can help you!
Oh, and make sure you check out my new training, Conducting Effective Twitter Contests
Okay this sounds interesting.
Did I do it right?
Lee @
Google Search Engine
hmmm -- now I'll see.
Now that is some of the coolest info ever!
Thank you!
You all are doing GREAT!
Did you know that you can use two open tags and two closed tags around a word to use bold and italics?
Thanks for your kudos!
Glad I happened on this post. Very clear directions for exactly the kind of wall I run into.
Grandmapeg, I am thrilled you happened across the post as well! Let me know if I can ever help!
Tony~
My friend Arlee Bird sent me here and you've answered a couple of questions I have wondered about for over a year. THANKS! I appreciated the clear and accurate instructions.
~ "Lonesome Dogg" McMe
Welcome to the blog, Stephen and please give Arlee my sincerest thanks for the referral!
These kind of posts are the result of me teaching myself what I needed to know how do do. I thought that if I wanted to know about it, I bet others do to. Most people think I am a techie. That's far from the truth. I learn just enough to do what I need and then move on. That's how I think most people are so I am definitely glad to share what I learn.
How's this?
Peter A Wright
Pete
Cool motorcycle on your site, Pete.
Let's see if this works.
My blog
and how about buying my book Call me Aphrodite
This is not hard is it? Thanks Tony.
Nicely said Tony. Kept very simple and straight-forward without over complicating it.
Matt
Tony, were you a teacher in a former life?
Your "The Non-Techie’s Guide To Basic HTML" post was so user-friendly.
Bravo to you!
As a WordPress blogger, I've had to learn (the hard way) some basic HTML coding, which is plastered on Post-Its all over my desktop.
Even HTML Dummies books hurt my head. So thanks to you for making this subject accessible to those of us who are, for the most part, roadkill on the Information Highway.
Keep up the great posts.
Best,
Chef Deb Rankine
TheFridgeWhisperer
Post a Comment