Basic HTML For Bloggers
Everything is so automated these days it can seem like you have no reason to learn any HTML. Blogger, Wordpress and all the other platforms have nice clean interfaces for uploading pictures, formatting your text, and anything else you might want to do in your day-to-day blogging. But sometimes they're not working, or perhaps they just seem to be messing up for no apparent reason. That's when a little HTML comes in handy.
What is HTML?
HTML stands for HyperText Markup Language, which is the standard markup language for creating web pages. As Wikipedia puts it: web browsers use HTML to interpret and compose text, images, and other material into visual or audible web pages.
It started life way back in 1989 when Tim Berners Lee, computer scientist extraordinaire, had the idea of conjoining hypertext and the internet. The result was the World Wide Web! HTML is still constantly evolving; we're currently on the fifth version of the language, HTML5.
How does HTML work?
HTML uses tags to create elements, which come together to form a document.
Or, to put it another way, HTML uses commands written in angle brackets to create an individual component of a web page. Put together, these components will form a - hopefully! - aesthetically pleasing web page when viewed via your web browser.
To give you a quick example of how it works in practice, here are a couple of sentences I wrote using HTML:
- a blogging guide by Babi a Fi.
And here they are without any:
Check out this AWESOME guide to interest. - a blogging guide by Babi a Fi.
Big difference, huh?
What HTML should I know?
As a blogger you won't really use any structural tags - commands which tell the browser about the basics of the page - with, perhaps, the exception of meta tags. They're the ones aimed at search engines, and so are often used for SEO (search engine optimisation) purposes.
This post will focus on giving you a grounding in three areas: Text Formatting, Links and Images.
Text Formatting
There are lots of cool things you can do to your text with HTML. You can make it bold, you can make it italicised, and you can underline it. You can make it subscript, superscript, or
To make your text a specific colour, you can use hex codes. Black is #000000, for example, while red is #FF0000. Wiki has a great article on web colours HERE. When you're choosing a font, you can select a back up in case the browser can't display it. Read more about it - and the fonts available - HERE.
Images
Blogging and pretty pictures tend to go hand in hand - and HTML can have almost as big an impact as the effort you took in creating the image in the first place.
Links
We all know how important they are! Here are some of the extra things you can do with them:
36 comments:
Post a Comment
I love to hear from you, so please don't be shy!