skip to main | skip to sidebar

Tuesday, June 25, 2013

Web Design Part(3)

0 comments
For web design need sometimes , when visitor click on the link then it will open on new tab.
Type this code on body.
<p><a href="URL/" target="_blank">Keyword</a></p>

Color changing is very important for web development. Anyone can easily change website background color  and clickable link color using this code.

<head>
<style type="text/css">
body {background-color:red}
p {color:yellow}
</style>
</head>


On page SEO is needed for increasing page rank. For increase page rank use meta tag technique. This tag keyword and content will hidden.

<meta name= "Websites Main keywords" content=technology, tech tips>


Website auto refreshing tag use for sports news updating websites. Developers can select this code refreshing timer , after how many times websites page will reload.

<meta http-equiv="refresh" content="10">

Sunday, April 14, 2013

Web Design For Beginner (Part 2)

0 comments
Image tag is very important tag for web design . Image tag start with "img" . Use this tag in body.

    <img src="Website Url" width="111" height="140">

For line break use
<br> Content </br>

Link tag use external and internal link.
<a href="Website Url">Keyword</a>

For design need hidden text need comment tag.
<!--Here is Comment -->

<b> That is Bold Tag</b>

<sub> Sub-scripted Tag</Sub>
<sup> Superscript Tag</Sup>

Tuesday, January 22, 2013

Web Design for Beginner (Part 1)

0 comments
HTML Introduction : HTML means Hyper Text Markup Language.
        Open Notepad and type this code :-
<!DOCTYPE html>
 <html>
<title> Title tag</title>
<body>
<h1> It is Heading Tag</h1>
<p> Paragraph</p>
</body>
</html>

click on save as and save format is  new documents.html.

Sunday, November 11, 2012

Friday, August 31, 2012

How enable Hibernate option Your Windows 8

0 comments
Computer hibernation means unsaved data and open program before shutting down and restoring all running power back on.

How enable Hibernate option on your computer flow the step:

     Step1: Go to Setting > Control panel ->Clicks power option.


    Step2 :Click on chose what power button does.

   Step 3: Mark on Hibernate and save.

Thursday, August 2, 2012

How Create Bootable Pen Drive For Windows

1 comments
Install Windows 7 Using Command Prompt:
                                 Firstly need minimum 4 gb pendrive.
Step1:  Open Run option and write"DISKPART". Command prompt will open and write below word step by step.


Step 2: List Disk.

Step 3 : Select Disk 1.

Step4: Clean

Step5: Create partition primary.

Step6: active.

Step 7: format fs=ntfs quick

Step 8: assign

Step 9: Exit.

 Finish bootable process. Copy windows 7 files and paste on pendrive. Restart your pc and press ESC/del/F10 select Boot from USB.


Wednesday, July 11, 2012

Increase your computer Screen color

0 comments
This post is two windows operating system.
  1. Windows XP.
  2. Windows 7.
For windows XP:
            Step1: Go to control panel.
   
            Step2: Double click on gama icon.

           Step3:  Select on second option.

          Step4: Next and next.

        Step5: Chose suitable color.

           Step6: Chose current condition and finish.

For Windows 7:

            Step1: Open search box and type "Display" .


            Step2: Click on display and click left side celibrate  color.

           Step3:  Set adjust gama.

          Step4: Skip brightness and contrast adjustment.

          Step5: Current celebration.

          Step6: Finish.