Welcome to our About Me page!
|
| Home | HTML-Index | Basic HTML | HTML Structure |
| |||
| |||
|
Type this: <MARQUEE>Your text</MARQUEE> And you get this. | |||
|
Type this: <MARQUEE DIRECTION=RIGHT>Your text</MARQUEE> And you get this. | |||
|
Type this: <MARQUEE BEHAVIOR=ALTERNATE>Your text</MARQUEE> And you get this. | |||
|
Type this: <CENTER><MARQUEE BEHAVIOR=ALTERNATE WIDTH="40%">Your text</MARQUEE></CENTER> And you get this. | |||
|
Type this. <MARQUEE DIRECTION=DOWN HEIGHT=60>Your text</MARQUEE> And you get this. | |||
|
Type this. <MARQUEE DIRECTION=UP HEIGHT=50>Your text</MARQUEE> And you get this. | |||
|
Type this. <MARQUEE DIRECTION=DOWN HEIGHT=50 BEHAVIOR=ALTERNATE>Your text</MARQUEE> And you get this. | |||
| Replace text with animation or pictures. | |||
|
Type this. <MARQUEE><IMG SRC="Your picture URL"></MARQUEE> And you get this. | |||
|
Type this. <MARQUEE DIRECTION=UP HEIGHT=70 BEHAVIOR=ALTERNATE><IMG SRC="Your picture URL here"> </MARQUEE> And you get this. | |||
|
Type this. <MARQUEE DIRECTION=RIGHT WIDTH="50%"><IMG SRC="Your picture URL here"></MARQUEE> <MARQUEE WIDTH="50%"><IMG SRC="Your picture URL here"></MARQUEE> And you get this. | |||
| Extra Stuff | |||
Type this: <MARQUEE BEHAVIOR="SCROLL" DIRECTION="LEFT" SCROLLAMOUNT="2" SCROLLDELAY="60" BGCOLOR="RED">Your text here</MARQUEE> And you get this. | |||
Type this: <MARQUEE BEHAVIOR="SCROLL" DIRECTION="left" SCROLLAMOUNT="2" SCROLLDELAY="10" TRUESPEED>Your text here</MARQUEE> And you get this. | |||
Type this: <MARQUEE BEHAVIOR="ALTERNATE" DIRECTION="RIGHT" SCROLLAMOUNT="5" SCROLLDELAY="80" WIDTH="200" HEIGHT="30">Your text here</MARQUEE> And you get this. | |||
Type this: <MARQUEE BEHAVIOR="SCROLL" DIRECTION="RIGHT" SCROLLAMOUNT="5" SCROLLDELAY="60" HSPACE="10" VSPACE="10">Your text here</MARQUEE> And you get this | |||
|
Type this: <MARQUEE DIRECTION=UP SCROLLAMOUNT=1 HEIGHT=30 WIDTH="50%" BGCOLOR="BLACK"><DIV ALIGN=CENTER> <FONT SIZE=2 COLOR="VIOLET">Your text here</FONT> </DIV></MARQUEE> And you get this | |||
|
Type this: <MARQUEE BEHAVIOR="SCROLL" DIRECTION="LEFT" SCROLLAMOUNT="2" SCROLLDELAY="60" BGCOLOR="RED">Your text</MARQUEE><MARQUEE BEHAVIOR="SCROLL" DIRECTION="RIGHT" SCROLLAMOUNT="2" SCROLLDELAY="60" BGCOLOR="GREEN">Your text</MARQUEE> And you get this | |||
|
Type this: <font color=red><marquee style="filter:wave(strength=30, phase=2, add=20, freq=2)" direction="UP" scrolldelay="50" height="100" width="100"><center><br>H<br>E<br>L<br>L<br>O<br></center></marquee></font> And you get this |