Subject: Computer
The movement of text on the page is called the marquee. We can move the text either towards the right or left some time alternate from right to left and again left to right.
< Marquee > ....................... < /Marquee>
< Marquee direction =right>............ < / Marquee>
< Marquee behavior = alternate>........ < / Marquee>
< Marquee direction = down> ..........< / Marquee>
< Marquee direction = up> .............< / Marquee>
Table element is used to create table in HTML document. To create table container tag is used.
‘Cell padding’ is used to set the space between the content of the cell and cell border.
‘Cell spacing ‘ is used to specify the space between the cells. It’s value is specified in the pixels.
The font is the type face or a special type of symbol represents script of language. Three types of style are placed in toolbar of all word processor are bold, italic and underline. HTML browsers support the subscript, superscript, big, strong, and small, and many other styles.
S.N | Style | Comments |
1 | < B > ...< /B > | It displays text in bold face. Grammar: < B > text < /B > |
2 | < I > ...< /I > | It displays the text in italic typeface. Grammar: < I> text |
3 | < U >...< /U > | It displays the text in underline typeface. Grammar: < U > text < U > |
4 | < BIG > ..< / BIG > | It is used to display text in larger font. Grammar: < big > text < /big > |
5 | < SMALL > ... < / SMALL > | It is used to display text in smaller font. Grammar: < small > text < / small > |
6 | < STRONG > ... < / STRONG > | The text within this tag is rendered as bold. Grammar: < strong > text < / strong > |
7 | < BLINK > ... < / BLINK > | It is used to provide the blinking effect to the text. Grammar: < blink > text < /blink > |
8 | ... < /SUB> | It is used for subscript. Grammar: < sub > text < /sub > |
9 | ... < /SUP> | It is used for superscript. Grammar: < sup > text < /sup > |
10 | < S >…< / S > | It is used for strike out text. Grammar: < S > ... < / S> |
11 | < Font size=5 >...< / Font > | To change the size into 5 point. |
12 | < Font color=red >...< / Font > | To change the font color into red. |
The marquee tag creates a scrolling effect and can be tailored to include any HTML content.
The attributes of marquees tags are:
Cell padding is used to set the space between the content of the cell and cell border.
Cell spacing is used to specify the space between the cells. Its value is specified in the pixels.
© 2019-20 Kullabs. All Rights Reserved.