Essential HTML tags for a BloggerWritten by Abdulrehman on June 12th, 2008
If you’re a Blogger I believe that there are some HTML tags that all Bloggers must know. Old Bloggers usually know this kind of stuff, but as for beginners who do not even know how to edit a link in their sidebar, I’ll be helping you out with that. Firstly you must know how to make the text bold and italic which is the most basic stuff. All HTML tags begin with a <> . However when you use an opening tag you must put a closing tag as well to declare where it ends, and in order to differentiate between the two, you put the closing tag, which has a slash in the starting like </ and >.
- For making the text bold you put a strong in the opening and closing tag, it would look like this: <strong> This text becomes Bold </strong>
- For making the text italic you put an em in the opening and closing tag, it would look like this:
<em> This text becomes italic </em>
- If you want to move to the next line you use a breaker, for this purpose only one opening tag is required and you put a br it looks like this:
<br/>
- If you are writing an article or something and you want it to e in the form of paragraphs, then you put a p in the opening and closing tags, it looks like this:
<p> This is a paragraph </p>
- You must also know how to make a link, this is a bit tricky. It looks like this:
<a href=’http://3arn.net/‘> Website </a>
Pretty simple isn’t it? Instead of 3arn.net you can put your link there. You can also edit the text between the two tags as that will be the text that the reader will view.
- You should also know how to put an image on the page, for this you should have an image link that you want to be shown. The tag looks like this:
<img src=’Put the image link here‘/>
The format for an image link is like this: http://www.demo.com/picture.jpg
- Making lists is also very helpful however you should know how to make them. First you have to declare a list, for that you can either use <ul> or <ol> . Then for each bullet of a list you put a <li> tag, write in it and then close it with a </li> tag. Once you are done with your list, you declare the end of the list with a </ul> or </ol> tag.
I have not gone into a lot of details because for many beginners coping up with these tags can be difficult so writing in detail would be hard for them to learn. I will soon be writing about more HTML tags that prove very helpful, if you have any questions, feel free to respond to this article.
Related Articles:
8 People have expressed themselves on“Essential HTML tags for a Blogger”
Leave a Reply
If you’re a Blogger I believe that there are some HTML tags that all Bloggers must know. Old Bloggers usually know this kind of stuff, but as for beginners who do not even know how to edit a link in their sidebar, I’ll be helping you out with that. Firstly you must know how to make the text bold and italic which is the most basic stuff. All HTML tags begin with a <> . However when you use an opening tag you must put a closing tag as well to declare where it ends, and in order to differentiate between the two, you put the closing tag, which has a slash in the starting like </ and >.
- For making the text bold you put a strong in the opening and closing tag, it would look like this: <strong> This text becomes Bold </strong>
- For making the text italic you put an em in the opening and closing tag, it would look like this:
<em> This text becomes italic </em> - If you want to move to the next line you use a breaker, for this purpose only one opening tag is required and you put a br it looks like this:
<br/> - If you are writing an article or something and you want it to e in the form of paragraphs, then you put a p in the opening and closing tags, it looks like this:
<p> This is a paragraph </p> - You must also know how to make a link, this is a bit tricky. It looks like this:
<a href=’http://3arn.net/‘> Website </a>
Pretty simple isn’t it? Instead of 3arn.net you can put your link there. You can also edit the text between the two tags as that will be the text that the reader will view. - You should also know how to put an image on the page, for this you should have an image link that you want to be shown. The tag looks like this:
<img src=’Put the image link here‘/>
The format for an image link is like this: http://www.demo.com/picture.jpg - Making lists is also very helpful however you should know how to make them. First you have to declare a list, for that you can either use <ul> or <ol> . Then for each bullet of a list you put a <li> tag, write in it and then close it with a </li> tag. Once you are done with your list, you declare the end of the list with a </ul> or </ol> tag.
I have not gone into a lot of details because for many beginners coping up with these tags can be difficult so writing in detail would be hard for them to learn. I will soon be writing about more HTML tags that prove very helpful, if you have any questions, feel free to respond to this article.









I am Abdulrehman Agha, the guy behind 3arn.Net. I am 17 years old, and live in Rawalpindi, Pakistan. I'm in Grade 11 studying in Saint Mary's Academy. I started this blog to share my money making experiences with others through the internet.
This should be helpful to some newbies, I can barely remember the days where i was trying to figure out what did :-p
[Reply To This Comment]
[...] webmasters at all levels, so let’s see if you know some basic html codes essential for webmasters.http://www.3arn.net/essential-html-tags-for-a-blogger/First Look: Shia Takes a Smoke Break E! Online That looks like it hurt. For the first time since his [...]
This is good start for beginners, however, the bold tag that you refernce to should be changed to the strong tag. Like word here
[Reply To This Comment]
Sorry to post again but I forgot about html not being allowed, just change the “b” for “strong”.
[Reply To This Comment]
Remind the old days when I have to buy a book about HTML code. But today, everything is done in WYSIWYG.
[Reply To This Comment]
…simple…basic…should be helpful the new arivals
[Reply To This Comment]
[...] which says Edit HTML. Now if you have no idea of HTML then you can read the article which teaches essential HTML tags for Bloggers. The main thing that people usually want to edit in a page is their sidebar. Now in old Blogger [...]