HTML Basics for Bloggers
DATED but USEFUL
When you first begin blogging, you just want to get your thoughts down on the screen and out on the Web. You probably already concentrate on spelling and punctuating correctly, check the grammar and double-check your sources. After all, content is what's crucial. But sooner or later, you look around at the way other's thoughts are dressed up in prettier clothes and seem, somehow, just more presentable because of it. How can you get those little extra touches into your own Posts and Comments?
The page engine takes care of the basics for us—a highly-tweaked Movable Type in the case of BlogCritics, and the plain vanilla Blogger at my own site. To get the extra styling, you need just a little HTML code. It really doesn't take much to make a difference.
Other tags are used in the same way, with the opening tag inside the "<" and ">" brackets, and the closing tag inside "< /" and ">".
You may recognize the link code that is part of this block—this lets the reader click on the picture to go straight to the site you borrowed it from. This is very useful if the image does not load, but you should also add some text to cover that contingency. The alternate text might be a description of the image, or some other information that will help your reader if they don't see this picture. Other switches are available for img code.
TOOLS: There are plenty of useful resources on the Net. My favorites include a table of HTML characters—great when you need an umlaut or grave accent—and any of several basic HTML tutorials. I can also heartily recommend My Function Keys, an inexpensive ($13) utility for Windows that lets you drop whole strings of text by clicking a function key. I have the tags I use most often—both halves of the pair—ready to drop at a single key-stroke into my text.
These are by no means the only useful HTML tags for posting. The best thing you can do is, when you see a tasty effect in someone's blog, use the "View Source" option in your browser. Cut the interesting code out and save it to your own system. Play with it—see if you can figure out its parameters, based on what you already know.
Have fun!
0321130073,0072132736,0764519956
When you first begin blogging, you just want to get your thoughts down on the screen and out on the Web. You probably already concentrate on spelling and punctuating correctly, check the grammar and double-check your sources. After all, content is what's crucial. But sooner or later, you look around at the way other's thoughts are dressed up in prettier clothes and seem, somehow, just more presentable because of it. How can you get those little extra touches into your own Posts and Comments?
The page engine takes care of the basics for us—a highly-tweaked Movable Type in the case of BlogCritics, and the plain vanilla Blogger at my own site. To get the extra styling, you need just a little HTML code. It really doesn't take much to make a difference.
Pairs Are Important
Bold Text Stands Out
Other tags are used in the same way, with the opening tag inside the "<" and ">" brackets, and the closing tag inside "< /" and ">".
- blockquote—indents the enclosed text. Some style sheets automatically italicize blockquote.
- u—underlines the enclosed text.
- small—reduces the size of the enclosed text. The site's style sheet will determine how much.
- ol and ul—these generate ordered (numbered) and unordered (bullet-point) lists. You need at least one element pair enclosed within these list tags
- li—"list item" or element. Be sure to close the element too—some sites will not render your list correctly unless you do.
Links Are Easy
Images Are Almost As Easy
You may recognize the link code that is part of this block—this lets the reader click on the picture to go straight to the site you borrowed it from. This is very useful if the image does not load, but you should also add some text to cover that contingency. The alternate text might be a description of the image, or some other information that will help your reader if they don't see this picture. Other switches are available for img code.
- height="value"—If you specify height only, your image will be sized in proportion. The code images in this post are specified at height="270".
- width="value"—If you specify width only, your image will be sized in proportion. If you specify both height and width, the image may be distorted.
TOOLS: There are plenty of useful resources on the Net. My favorites include a table of HTML characters—great when you need an umlaut or grave accent—and any of several basic HTML tutorials. I can also heartily recommend My Function Keys, an inexpensive ($13) utility for Windows that lets you drop whole strings of text by clicking a function key. I have the tags I use most often—both halves of the pair—ready to drop at a single key-stroke into my text.
These are by no means the only useful HTML tags for posting. The best thing you can do is, when you see a tasty effect in someone's blog, use the "View Source" option in your browser. Cut the interesting code out and save it to your own system. Play with it—see if you can figure out its parameters, based on what you already know.
Have fun!
0321130073,0072132736,0764519956
3 Comments:
Nice blog, here I had an opportunity to learn something new in my interested domain. I have an expectation about your future post so please keep updates.
PHP Training Chennai
It was really a wonderful article and I was really impressed by reading this blog. Thanks for sharing this informative blog. If anyone want to get HTML5 Training in Chennai please visit FITA academy located at Chennai, Velachery. Rated as No.1 PHP Training Institute in Chennai which offer best PHP Training in Chennai.
Your blog is awesome..You have clearly explained about HTML...Its very useful for me to know about new things..Keep on blogging..
PHP training in chennai
Post a Comment
<< Home