HTML Tutorial - Additional Tags
(Page 10 of 12 )
Formatting your Text
You can use <PRE></PRE>tag to format your text. It stands for Preformatted Text. Whatever you enter inside these tags will be displayed as such on the browser. This tag is used for writing programming codes.
Listing 25
<PRE>
This text will display as such
and is used for displaying codes
</PRE>
Moving Texts
Texts and Images can be moved with the help of <MARQUEE></MARQUEE> tag. This tag accepts many attributes as shown below
Bgcolor
This attribute changes the background color of the moving text or any object. The values can be red, blue or in Hexadecimal format.
Behavior
This attribute changes the direction of the moving object. Its values can be left, right, top and bottom.
ScrollDelay
It indicates the speed of the moving object. Typically, its value is specified in MilliSeconds. Keep in mind that 1 second is equal to 1000 milliseconds.
Loop
You can specify number of times, the particular text or object should move with the help of this attribute. A value of –1 indicates the infinite movement of texts.
Listing 26
<MARQUEE bgcolor = “red” behavior = “top” scrolldelay = “2000”
loop = 4”></MARQUEE>
Next: Drawing Lines, SUB and SUP Tags >>
More HTML Articles
More By Anand Narayanaswamy
|
| · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | · | | | | |
|