Powered by Blogger.

Wednesday, 6 September 2017

How to earn money online


There are many online marketplaces that offers you to earn money online from your home. How to get start? How to earn money online? Here are some freelancing website which provide a platform to earn money: 1: Fiverr.com 2: UpWork.com 3: Frelancer.com 4. peopleperhour.com and many other sites are available on internet. How to start earning money from Fiverr.com?? This video explain every thing from...

how to configure mac address on tp-link router


Step #1 Find your default gateway by entering "inconfig" in cmd. once you will get default gateway ip then login to your tplink modem. Step #2 After login to your modem please follow the video which show you step by step process how to configure mac address on tp-link router...

Friday, 21 July 2017

How to enable Hyper-V on windows 8.1?


What is Hyper-V? Hyper-V is the software which provide service which can run multiple Virtual Machines on one host Operating system. Like we can run Linux on windows operating system by using Hyper-V. ...

Sunday, 12 February 2017

Thursday, 12 January 2017

Using multiple classes within one selector


HTML allows you to add multiple classes to an HTML element. For example you can add two classes in to an <h1> . Two different classes are written within the same attribute with spaces separating each class as above image shows.  The advantage of using...

Wednesday, 11 January 2017

GET and POST method in HTML


HTML forms can use method by specifying method="POST" and method="GET" in <form> elemen. GET method: Appends form data into the URL in name/value pairs formet. URL is limited in range 3000 characters POST method: No size limitations for the URL Data is not...

Wednesday, 4 January 2017

Tuesday, 3 January 2017

Linking a separate css file to HTML


Today you will learn how to link CSS file to HTML  document. Your style/CSS rules/properties are contained in a single file that is saved with the extension .css. You link to it directly from each HTML document/file. This is just simple that you put line in between...

Monday, 2 January 2017

How to set background color in HTML page


There are different ways to set background color in HTML page. First: Add <style></style> tag in your HTML document to set background color and then write the css property inside the <style></style> See image bellow to learn more easily ...