Saturday 16 April 2016

Scrollbar Using HTML

<html>
<head>
<title>
Girfa : Scrollbar Demo
</title>
</head>
<body>

Friday 15 April 2016

Image Map Highlighter

Image Map Highlighter

Image map is used to provide different type of links on image at a any specific place.

Image map help you to provide many links on a single image which is requirement of many fields. I am going to show you an example of e paper for a print paper which is totally based on image map ..


Thursday 14 April 2016

Office and Computer Fundamental MCQ Question Answer

Microsoft-Office-MCQ-Question-Answer

1 By default how many tabs are shown in word
(A)7
(B)8
(c )9
(D)6
2 shortcut of subscript in word
(A)Contl+=
(B)Cntl+=
(c )Cntl++
(D)Both a & b
3 Type writer font
(A)typeface
(B)algerian
(c )times new roman
(D)Courier

Wednesday 13 April 2016

Password Validation Check C Language Program

#include<stdio.h>
#include<conio.h>
/******************************************
Develop By Girfa
Visit : http://girfahelp.blogspot.in/2012/09/some-program-of-c-language.html
*******************************************/
void main()
{
char pass[20],ch;
int i,number,special,capital,small;
number=special=capital=small=0;
clrscr();