Monday, April 19, 2010

My Html Learning

# How to embed flash player in html.

@object width="320" height="242"@
@embed src="c:\picture\saksham\saksham.swf" width="320" height="242"@
@/embed@
@/object@
where < >=@
# How to create Link in Html.
www.google.com
#how set Marquee ?
1.marquee width=100% direction=right,left,up,down bgcolor=yellow>This is Dheeraj Blog.
marquee width=30% direction=left bgcolor=yellow
3.marquee width=60% behavior=alternet bgcolor=yellow
4.marquee width=60% alternet=left bgcolor=yello
5.This is an example of a scrolling marquee
6.7.marquee vspace=50 width=100%
8.marquee behavior=slide loop=5
9.Attribute for MARQUEE ...
SCROLLAMOUNT = integer(20,50)
10.Attribute for
SCROLLDELAY = integer (100,500)
11.Attribute for marquee
BEHAVIOR = SCROLL | SLIDE | ALTERNATE
#How to set background color?

No comments: