How to use wordpress after installation?

Administration screen provides access to control features of wordpress, here we had tool bar at the top of the screen whenever mouse hover we can see the options of admin dashboard and other admin operations like logout etc.

On the left side we can see navigation menu detailing each function of the wordpress installation and the large area in the middle of the screen is the work area. Here we can add posts and adding pages for our sites. You can see the screen of admin panel as below
Adminpanel

Admin tool bar consist links to inform about wordpress and also consist of quick links for creating new posts and Media, Links, Pages, Users etc.
To the right of the WordPress logo you can see your site name. Hover over the site name to see the View Site link to visit your site.

On the far right of admin tool bar you can see Howdy user, when mouse hover on it a dropdown window will appear their you can find Admin, Edit my profile, Logout.
Posts:
Left side navigation contains post menu here it contains
• All Posts –>we can see all the existing post in the blog
• Add New –>We can add new post to our blog by clicking add new link
• Categories –>We see all the Existing categories in the blog posts
• Tags –>we can add tags for seo purpose
• Category –>We can add new category for blog, we can post articles by category wise.
Media:
Here in this media we can see
• Library –>Here we see all the uploaded images and videos
• Add new –>Here we can add new images are videos to our wordpress site
Links:
Here in this link menu we can see below sub menus
• Links we can see all custom links which we add in previous
• New Link we can add new custom links here
• Link Categories we can create categories for every new link which we created.
Pages:
Here in this menu we can see below sub menus
• All Pages we can see all existing pages in the project and also we can edit /delete
the pages.
• Add new we can add new page to the project.
Comments:
Here we can see the comments posted by users and also admin has full permissions to delete the comments posted by user.
And also without approval of admin the comment will not display.
Appearance:
Here we add themes, manage menus, using widgets wordpress add content to sidebar of the templates.
And also we can add custom widgets to the wordpress theme ,default wordpress that come with WordPress; for post categories, tag clouds, navigation, search, etc. Plugins will often add their own widgets.
We can see appearance menu as shown below
appearence

How to install wordpress in windows system?

Step1: Go to WordPress there you can download the latest version of wordpress which in zip format.
Step2: prerequisites for wordpress installation
• Adobe Dreamweaver or Micro media Dreamweaver
• Latest Xampp software(Apache server)
Install Adobe Dreamweaver and install Xampp software in your system
When you install Xampp in your system you can find Xampp folder in your C drive
Example: C:\xampp
Click Xampp Folder there you can find Xampp control click Xampp control
Example: C:\xampp\ Xampp control
It will open a pop up window there you can start Apache server and MySQL database.
Step3: Now unzip the downloaded wordpress zip file and copy the folder into the below
Location
Example: C:\xampp\htdocs
Now rename the folder as you like
Example: C:\xampp\htdocs\myfirstsite
Step4: Now go to web browser and type url as Localhost/phpmyadmin
Now it will open the MySQL server database here create an empty database with any name as below
mysql

Step5: Go to web browser and type URL as Localhost/myfirstsite then you will display below screen
2
Step6: Now click Create Configuration file to proceed installation
4
Now you can see the welcome page of wordpress click let’s go button for installation
5
Now you can see the fields to fill above
1) Database name: myfirstsite
2) Username: root (Default for MySQL server)
3) Password: If your MySQL server has any password enter here or else leave blank
4)Database host name : Localhost
5)Table prefix: You can type any prefix for your database table names
Example: My_ Or you can leave it this field it will take default as Wp_
Now click submit to continue installation then you can display below screen
6
Now run the installation then we can see below screen
7
Here we need to enter the details of site title, Username, password and email id
And click install wordpress button to complete installation
Then you can see login page like below
8

Now enter the login details to login to wordpress admin panel.