Skip to main content

Explain How To Create Hotmail Email Account

Step by Step Procedure To Create Free Hotmail E-Mail Account

How to Create New Hotmail Account Free
1. Open your web browser, type www.hotmail.com and press enter key.
2. On the home page of Hotmail Click Link of Sign Up Now on bottom.
Get a new Hotmail Email Account Free
3. Now, you will see a form requiring some information about you. Fill in the form for Hotmail Email Account carefully. First of all, you need to enter your First Name and Last Name. Secondly, select your date of birth.
4. Select your gender.
5. Now,you must choose a unique user name. Type a user name, for example, mahmood.mcs. Click left button of mouse in the next text box named Create a password.
4. Now type a password. This password should be at least 8 characters long and a combination of alphabets and numbers is better and secure. You must remember this password to access your Hotmail email account. Type this password in the next text box labelled 'Renter password' again.
Create New Hotmail Account
5. In this step, you will enter the necessary information for your identification and password reset, if you forget your password. This information will be of three types. You must give two type of information at least.
    i) Your Phone Number
Here you will enter your phone number, so that if you forget your password then you will get password reset information on this phone number.
    ii) Your Alternate email address
    iii) Your security question and the answer you provide.
New Hotmail Accounts  
6. Select your country and zip code or postal code as applicable.
7. Type the characters of text (verification code to prove you are not a robot).
Steps to create new hotmail account
 8. Click on 'I Accept' button. If you have not provided two types of information as explained in step 5 above, you may be asked to provide it.
Create Hotmail Account Free

9. Here you may find an error regarding you did not enter the correct verification code. If this is the case, enter verification code again. Now click on 'I Accept' button again.
10. Normally, you will see a message above your user name text box ( username@hotmail.com isn't available ). Type another user name. Mostly, you can combine your year of birth, your marks in an examination or your favorite number with your user name.
Hotmail Email Services Free
11. Congratulations! you have got a new Hotmail account. Click on Goto inbox link.

12. Here is your Hotmail inbox.

Got Hotmail Account

Further Reading on E-Mail Accounts

How to Change Your Hotmail Account's Password

How To Write and Send an E-Mail Message Through Hotmail Account

How To Create Your Free Yahoo E-Mail Account

How To Create Your Free G-Mail Account

How To Recover Your G-Mail Account Password




Comments

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with magnetic material. Data is stored on mag

Find Your Correct Age From Date of Birth

First of all click on First two digits to type Month number from keyboard like any number from 1 to 12. . Now click on next two digits and type day number of month that is date from 1 to 31. In the last step type the year of your birth in four digits like 1995.  Now click on the blue button with text "Calculate Age". Your accurate age will be displayed below the button. For example. If today is 09-16-2023 that is September 16, 2023 and you type birth date as 11-01-2000 that is November 1, 2000, your accurate age will be displayed as:Your age is 22 years, 10 months, and 15 days. Age Calculator Age Calculator Calculate Your Age Now! Enter your date of birth: Calculate Age As shown in the image below:

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver