Saturday, 27 January 2018

How to Create Free Blog

How to Create Free Blog

Hey, are you new in blogging field ? No problem here we will discuss about how to start blogging. For blogging you can select service provider which provide blogging. The most popular blogging service provider is Blogger. This is powered by Google. It was developed by Pyra Labs, which was bought by Google in 2003. Generally, the blogs are hosted by Google at a sub domain of Blogspot.com.
how to create blogger account
Blogger is provided by Google, this is Google product. For use Blogger first you need a Google Account or Gmail account. Blogger provides a platform where you write your article and post on web.

Before start Blogging you must Remember these things

Choose your blogging Area

Before starting blogging you need to decide in which field you are perfect, if you have great knowledge in your area then you write a good content on your blog so this is most important to decide your blogging area.

Choose a name for your blog

This is most important for your blog, Choose a short and memorable blog name. Blog name is related to you content which is you are going to written.

Choose Domain Name

  • Choose short and unique domain name.
  • Also Domain name short and memorable.
  • Do not use hyphens (-) for your domain.
  • .com domain is better.
  • Make a domain name is easy, it is help to remember and it make better blog.

How to Create Blogger Account

  • Login on Blogger Using gmail account.
  • Create your blogger profile
  • choose a Name for blog
  • Create a new blog
  • Choose Url for blog and templets for blog
  • Post your article on blog

Search Blogger on Google

how to create blogger account

Login to Blogger Using G-Mail ID

how to create blog account

Create Blogger Profile

choose name of blog

Create New Blog

title of post

Create Blog URL and Blog Title

create titlehow to create url

Post New Blog

how to create new post

How to Post on Article

how to post

How to Add Adsense Code on Blogger

How to Add Adsense Code on Blogger

To add Adsense code on blogger; login to your dashboard, choose your blog select layout and last select HTML/JavaScript gadget and paste your code here.

Steps to upload Logo for Blog.

  • Login on blog >> Dashboard
  • Choose Layout >> HTML/JavaScript gadget.
  • Paste Adsense Code >> Save.
add adsense code on bloggeradd codeads code

How to add marquee text for Blogger/blog?

How to add marquee text for Blogger/blog?

Animation text is use to attract the visitor to tell your visitors what will be your next updates or if you repair a broken link and tell to visitor about broken link using marquee.Animation text (also called Marquee).Moving text which you can put or add anywhere in your blog and in posts.I'm going to explain you How to add marquee text for Blog.and we can customize Moving text in many ways.like change text direction,change text background and control marquee speed.I am Customize text with Using CSS. Now I am going to show ,how to marquee text.if you want to move text. use the codes given below.



Example:1
<marquee>ADD YOUR TEXT HERE.</marquee>
RESULT: ADD YOUR TEXT HEREIn this code text is simple and move text from right to left.
Example:2
<marquee direction="right">ADD YOUR TEXT HERE.</marquee>
<marquee direction="left">ADD YOUR TEXT HERE..</marquee>
RESULT: ADD YOUR TEXT HERE....ADD YOUR TEXT HERE....you can change the direction of the marquee text adding 'direction' attribute.
Example:3
 <marquee direction="right" width='90%'>ADD YOUR TEXT HERE....</marquee>
RESULT:
ADD YOUR TEXT HERE....
Click Here To Watch a Video


You can change the moving width of marquee text.
Example:4

 <marquee direction="right" width="100%" style="background:#FF6310"><font color="#000">ADD YOUR TEXT HERE....</font></marquee>
<marquee direction="left" width="100%" style="background:#0080ff"><font color="#000">ADD YOUR TEXT HERE....</font></marquee>
RESULT:
ADD YOUR TEXT HERE....ADD YOUR TEXT HERE....
Click Here To Watch a Video

Now I add text color,text background color for the text.You may replace #ff6310 and #0080ff with hexadecimal color number for background color of Marquee text and also replace #000 with hexadecimal color number for text color.
Example:5
 <marquee direction="right" scrollamount="1">ADD YOUR TEXT HERE WITH CONTROL SPEED.</marquee>
RESULT:
ADD YOUR TEXT HERE WITH CONTROL SPEED.Now in this example I add scrollamount="1" to control marquee speed.if you want to customize the speed then change bold text in above code with your number.and also change  text direction just replace right with left.

Example:6
<marquee direction="left"width="90%"><a href='http://bloggerwidget4u.blogspot.com/2013/04/how-to-create-move-text-in-blog.html'>How to add marquee text for  Blogger</a></marquee>
RESULT: How to add marquee text for Blogger
Now in this example move text with link. replace Red color url with your post address.and Replace bold words with your text.
That's All Take 5 second and share this article with friends.

Click Here To Watch a Video