Ask Dave Taylor
  • Facebook
  • Instagram
  • Linkedin
  • Pinterest
  • Twitter
  • YouTube
  • Home
  • YouTube Videos
  • Top Categories
  • Subscribe via Email
  • Ask A Question
  • Meet Dave
  • Home
  • HTML & Web Page Design
  • What are the essential HTML tags I need for blogging?

What are the essential HTML tags I need for blogging?

December 22, 2004 / Dave Taylor / HTML & Web Page Design, Wordpress Help / 3 Comments

Dave, I’ve just started a weblog of my own and am finding that I need to learn a few HTML tags to make my entries as attractive as possible. I’d also like to learn how to link to other sites and other Weblogs, but really haven’t much of a clue other than that HTML has < and > around different letters. Can you give me a quick primer?

While most Weblog systems I’ve seen let you just type in your entries with blank lines and let it do the magic of transforming it into clean and valid HTML, you’re right that to get the most out of your weblog writing, you’ll need to learn a few basic HTML tags. Fortunately, it’s easy.

The most important tag is the pair <p> and </p> which surround each paragraph of your input (I’m assuming that you don’t want to use “convert line breaks” but want to have control over all facets of your entry formatting. If not, you can safely skip this particular tag). Rather than using blank lines, just use the common sequence of </p><p> between each paragraph, making sure to start with a <p> and end with a </p>, of course.

A few text formatting tags: to italicize something, use <i> and </i> around the words that you want italicized, as in this is in italics. To make something bold (or should I say bold?) use <b> and </b>. You can underline text, though you probably shouldn’t so you don’t confuse readers into thinking it’s a hypertext link, with <u> and </u>.

The only other important HTML tag is a link, and that’s a bit more complex because there are two pieces of data needed for a tag, the text that’s shown on the page as clickable, and the address of the Web page where clicking will take you. So if I have a link like this: go to Yahoo! then I have two pieces of data, the words “go to Yahoo!” and the actual URL of the Yahoo Web page.

To take this nice and slow, let’s start by looking at the general use of the “a” tag. To transform a word or words into a hypertext reference, surround it with <a> and </a>. Like this: <a>go to Yahoo!</a>. That’s half of what we need, though, because while it indicates what words to highlight, it doesn’t include the address of the page to which we’d like to point.

Not to worry though! To add the destination URL, you need to add what’s called an attribute to the “a” tag, which is done by using a name=value pair. In this case, the name is href and the value, always surrounded by quotes, is the URL. Like this:

<a href="http://www.yahoo.com/">go to Yahoo!</a>

Now we’ve got a full hypertext reference that points to Yahoo. You can easily change the URL to anything else you want (you can even open up a new Web browser, surf to a page you’d like to reference, click in the address bar of the browser, then Select All and Copy. Flip back into the window within which you’re writing your latest Weblog epistle and now Paste the URL of the desired page into your text, neatly tucked into the href section)

That covers about 95% of all the HTML I use in my Weblog entries here at Ask Dave Taylor. To learn more advanced HTML, including how to include images, how to work with CSS styles to fine-tune indentation, font-size, etc, and generally to learn the tremendous power of the HTML markup language, may I suggest my popular book Creating Cool Web Sites with HTML, XHTML and CSS?

If you have questions about other formatting effects for within a Weblog, please don’t hesitate to respond to this with a comment and I’ll answer as best I can.

Let’s Stay In Touch!

Never miss a single article, review or tutorial here on AskDaveTaylor, sign up for my fun weekly newsletter!
Name: 
Your email address:*
Please enter all required fields
Correct invalid entries
No spam, ever. Promise. Powered by FeedBlitz
Please choose a color:
Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you, Dave, for all your helpful information by buying you a cup of coffee!

3 comments on “What are the essential HTML tags I need for blogging?”

  1. Lockergnome's Web Developers says:
    December 24, 2004 at 3:07 pm

    What is BBCode and How do I Use It?

    Dave, I read your HTML primer for bloggers, but I’m confused because on the sites I add comments, I have to use something called bbcode, not HTML. What is bbcode and how do I use it?…

    Reply
  2. amit agarwal says:
    December 23, 2004 at 6:40 am

    Might want to add tags that are commonly used in the comments text area as well.
    thanks.
    amit @ http://labnol.blogspot.com

    Reply
  3. Lockergnome's Web Developers says:
    December 23, 2004 at 3:00 am

    What are the essential HTML tags I need for blogging?

    Dave, I’ve just started a weblog of my own and am finding that I need to learn a few HTML tags to make my entries as attractive as possible. I’d also like to learn how to link to other sites…

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

Recent Posts

  • Switch from 24-Hour Time to AM/PM in Ubuntu Linux?
  • Protect Your Connection and Privacy with Surfshark VPN
  • Can I Send Texts in iMessage with Effects from my Mac System?
  • How Do I Convert a Webp Graphics into a PNG in Windows?
  • How Can I Delete My Phone from My Mom’s Mitsubishi Outlander?

On Our YouTube Channel

FATORK Wi-Fi Smart Portable Movie Projector -- DEMO & REVIEW

Tonor ORCA-001 USB Desktop Microphone -- REVIEW

Categories

  • AdSense, AdWords, and PPC Help (106)
  • Amazon, eBay, and Online Shopping Help, (161)
  • Android Help (201)
  • Apple iPad Help (145)
  • Apple Watch Help (53)
  • Articles, Tutorials, and Reviews (344)
  • Auto Tech Help (12)
  • Business Advice (199)
  • Chrome OS Help (25)
  • Computer & Internet Basics (764)
  • d) None of the Above (165)
  • Facebook Help (383)
  • Google, Chrome & Gmail Help (180)
  • HTML & Web Page Design (245)
  • Instagram Help (48)
  • iPhone & iOS Help (607)
  • iPod & MP3 Player Help (173)
  • Kindle & Nook Help (93)
  • LinkedIn Help (85)
  • Linux Help (167)
  • Linux Shell Script Programming (87)
  • Mac & MacOS Help (895)
  • Most Popular (16)
  • Outlook & Office 365 Help (26)
  • PayPal Help (69)
  • Pinterest Help (53)
  • Reddit Help (18)
  • SEO & Marketing (81)
  • Spam, Scams & Security (93)
  • Trade Show News & Updates (23)
  • Twitter Help (217)
  • Video Game Tips (66)
  • Web Site Traffic Tips (62)
  • Windows PC Help (922)
  • Wordpress Help (204)
  • Writing and Publishing (72)
  • YouTube Help (46)
  • YouTube Video Reviews (159)
  • Zoom, Skype & Video Chat Help (57)

Archives

Social Connections:

Ask Dave Taylor


Follow Me on Pinterest
Follow me on Twitter
Follow me on LinkedIn
Follow me on Instagram


AskDaveTaylor on Facebook



microsoft insider mvp


This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this site or on any linked site. Further, please note that by submitting a question or comment you're agreeing to our terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site. Our lawyer says "Thanks for your cooperation."
© 2022 by Dave Taylor. "Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.
Privacy Policy - Terms and Conditions - Accessibility Policy