Pages
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
Wednesday, 30 May 2018
Image zoom inside of div
HTML
<
div
class
="con">
<
img
src
="1.jpg"
class
="test"/>
</
div
>
CSS
.test
{
height
:
200px
;
width
:
200px
;
Read more »
Monday, 28 May 2018
Solution : July, 2015 M1-R4: IT TOOLS AND BUSINESS SYSTEMS
Multiple Choice :
1. D
2.C
3.D
4.:A
5:C
6: B
Read more »
Saturday, 26 May 2018
import multiple CSS using single link
CSS file
File A1
.r1
{
color
:
red
;
}
File A2
.r2
{
color
:
green
;
}
File A3
.r2
Read more »
Wednesday, 16 May 2018
Get Date Time (dd/mm/yyyy)
<
script
>
var
d =
new
Date();
document.write(d.getDate() +
'/'
+ (d.getMonth() + 1) +
'/'
+ d.getFullYear());
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)