Skip to main content

How To Create Yahoo E-Mail Account


Today, we are discussing the procedure for Creating a New Yahoo Free E-Mail Account.
Yahoo.Com is one of the most popular and oldest Free Email Provider world wide. Yahoo provides many free features to its email account holders including Yahoo Email account.
How To Create Free Yahoo Email Account in Seconds
How To Create Free Yahoo Email Account in Seconds

Sponsored Links


We can easily create a new yahoo email account by performing the following steps in the given order. Actually first of all you have to be connected with a fast internet connection. The second step is obviously to open a web browser. you can use any web browser but I prefer Google Chrome or Mozilla Firefox because they provide the best smooth less browsing experience. 

So, here are the

Main steps to create a new Yahoo Free E-mail Account:

  1. Open web browser, For example Google Chrome, Mozilla Firefox or Internet Explorer. Always use latest updated versions of web browsers for your computers security from hackers and malware. I recommend using Google Chrome or Mozilla Firefox web browser.
  2. Type www.yahoo.com in address bar and press Enter. The home page of yahoo.com will be displayed in main window of your browser.
  3. Click on ‘Sign Up’ link. Otherwise, you can click on Mail option and then click on Sign up link.
  4. An empty form will appear requiring information about you and the eamil account you wish to create. Fill in the form carefully. Enter required information like First Name, Last Name,  Gender, Date of Birth, Country and Language.
  5. Type your required Yahoo ID (for your E-mail address). It must be unique. Yahoo will display a list of suggestions. You can select any one of the provided email id options or can write your own, but remember, it must be unique which has not been taken by any other yahoo mail user already. Otherwise Yahoo will deny to create a user id for you and display a message that this email id has already been taken.
  6. Type your password and retype it. Password should be strong enough so that no one can guess easily and try to open your email account. You should mix letters and numbers. But note that a password must be easy to remember for you. Otherwise, in case of forgetting your password, you will not abe able to open your account. So, you will go through the password reset options under question like link "Forgot your password?" or Trouble signing in? as shown the figure below:  
    How to create a free yahoo email account fast
    How to create a free yahoo email account fast
  7. Type Your alternate e-mail address (Optional). If you have another email account you can write it here so that in case of forgetting password, you will talk with yahoo email account management team via this alternate yahoo email account.
  8. Chose Secret Question 1 and type its answer.
  9. Chose Secret Question 2 and type its answer.
  10. Type the character code shown in picture.
  11. Click on ‘Create My Account’ button. Congratulations! for creating a new yahoo email account which is totally free and you can connect with your friends, colleagues or relatives with the help of this free yahoo email account ID. 














Suggested Further Reading


Comments

Popular posts from this blog

What are Dual Devices or Both Input/ Output Devices

The devices that can be used to perform both functions -input and output- are called Dual Devices. These devices are also called Dual Purpose Devices or Both Input/Output Devices. With the help of a dual purpose device, we can enter data into computer as well as we can output data from the computer to outside world.  For example, Dual devices include:  Touch Screen Monitor, Modem, Network Interface Card, Sound card, Hard disk drive, Floppy disk Drive, Magnetic Tape Drive CD-Writer and DVD-Writer etc. These are also called Input/output devices, because they perform both functions. Touch Screen Monitor Dual Devices or Both Input / Output Devices - Touch screens Touch Screen Monitor is an input/output device. It uses a special touch sensitive screen. The User can enter data by touching icons or menus on the screen. As soon as the user selects a command from menu, output is displayed on screen. Commonly touch screen monitors use sensors to detect touch of finger. ...

Electricity Bill Calculator Formulas in Excel

Today, we will discuss How to create an Electricity Bill Calculator Worksheet by using Electricity Bill Calculator Formulas in Excel . The following formulas will be used in Electricity Bill Calculator Worksheet: Q: Prepare a worksheet according to the following instructions: Create a worksheet in MS Excel according to the requirements Enter sample data of Electricity units consumed by customers in a city Apply formula to calculate Units Consumed Apply formula to calculate Electricity Charges Apply formula to calculate Surcharge Apply formula to calculate Bill Payable Note: Every formula will start from  =  Units Consumed Formula=D5-C5 Electricity Charges Formula=IF(E5>200, E5*15,IF(E5>100, 1000+(E5-100)*12, E5*10)) SURCHARGE FORMULA = IF(F5>5000, F5*5%,IF(F5>1000, F5*3%, 0)) BILL PAYABLE FORMULA = SUM(F5:G5) Download Excel Electricity Bill Calculation Worksheet Free  Image for Electricity Bill Calculator Formulas ...

Using Simple Formulas in Excel With Arithmetic Operators-2

What are Arithmetic Operators in Excel? Arithmetic Operators are used to perform arithmetic operations like addition, subtraction, multiplication and division etc. There are following arithmetic operators in Microsoft Excel: Using Arithmetic / Mathematical Operators in MS Excel Formulas 1.  + Operator The + arithmetic operator is used to perform addition of numbers. It is used with in formulas along with Cell References normally. For example, to add the number 10 in A1 cell and the number 20 in B1 cell, we can write a formula =A1+B1 in cell C1. After pressing Enter key we will see the answer 30 in the cell C1. Important Points To Write a Simple Formula in Excel Every formula in Microsoft Excel is started with an Equal sign ( = ). Arithmetic operators (+ for addition, - for subtraction, * for multiplication, / for division) are used. Percentage is calculated by % operator. ( =B2*10%       means 10% of the number in cell B2) Pow...