Jan 7, 2018

10 basic HTML Tags Every Blogger Should Know

10 basic HTML Tags Every Blogger Should Know


Hey, today I am going to discuss the basic tags that every blogger should know how to write and how it works in a blog the main objective of writing this post is to help newbie bloggers with some basic knowledge about blogging HTML tags that will help you to begin a successful blogging career. With these HTML tags, you are a sure success blogging lane. Follow, read carefully and make use it in a proper way.

How To create your own blog FREE Blogspot Blog Easy Steps For Beginners
Headings: When you need to make headings, these tags are necessary, they range different sizes from 1-6. Here is the way on how to use them.

<h1>Your Heading Text</h1>
<h2>Your Heading Text</h2>
<h3>Your Heading Text</h3>
<h4>Your Heading Text</h4>
<h5>Your Heading Text</h5>

The Strong or we called it Bold tag: It is used to make a word, phrase or sentence bold to draw attention.

<strong>This sentence would be bold </strong>

The Italics: It is used to make a word, phrase or sentence slant in italics.
<em>This sentence would be italicised </em>

Line Break: This takes you to the next line. See code below.
<br> or </br>

The Blockquote: That’s what I’m using for posting these codes as you can see. To make such, follow the tag below

How To Add Related Posts on BlogSpot

<blockquote>This sentence would be in the qoute box or block</blockquote>


Unordered List: These are bullet point lists. See example below

<ul> <li>List item 1 </li>
<li>List item 2 <li>
<li>List item 3 <li> </ul>

Ordered List It is used to list items in number categories within a blog post. Use as follower
<ol> <li>List item 1 </li>
<li>List item 2 <li>
<li>List item 3 <li> </ol>
Nofollow Links: It is the same as the Hyperlink Tag above, only that a rel=nofollow added to it. It is placed to notify Search Engines not to utilize the link for ranking purposes. See example below.

<a rel=”nofollow” href=”http://Guidetricks.blogspot.com”>Guide Tricks</a>

The Image Tag: This is used to display images in your blog post. It is used thus

should be replaced with your image upload URL, HTML with your display text when an image doesn’t display or link is broken, the width and height can be altered in the pixel to suit your design.

5 MISTAKES MOST BLOGGERS MAKE

The Hyperlink: This tag is used to link to a different webpage or site from your blog post. It is placed thus:
<a href=”http://google.com”>Google Search</a>
http://google.com should be replaced with the URL you want to link to, while Google Search should be replaced with your Anchor Text.

This HTML tags would guide you through a successful blogging career. If you found this post very helpful show your appreciation in the comment box below and make sure you share with your friends.


Previous Post
Next Post

post written by:

Hey! I’m Muhammad Abba Gana, popularly known as AbbaGana, a blog Scientist by mind and a passionate blogger by heart fountainhead of Guidetricks, Duniyan Fasaha, Duniyar Yau, Hanyantsirah, Gidan Novels, Abba Gana Novels and Be With Me Technologies, I am twenty something year old guy from Jimeta, Adamawa State, Nigeria. I’m a Freelance writer, Information marketer, professional blogger, Web designer, Internet speaker, software Developer and also an author. I make living with my laptop and can work from anywhere I find myself (as long as there is a power supply and a reliable internet connection).

0 comments:

We Cherish Your Comments Most, Kindly Drop your comments below. Don't forget to click "Notify Me" to know if we have responded to your comments, Thank You.