Marquee, Font Style and Table

Subject: Computer

Find Your Query

Overview

The movement of text on the page is called the marquee. This note explains what marquee, are and how to add font style and table.
Marquee, Font Style and Table

Working with Marquee

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

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.

Font Style

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.
Things to remember
  • The movement of text on the page is called the marquee.
  • 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.
  • It includes every relationship which established among the people.
  • There can be more than one community in a society. Community smaller than society.
  • It is a network of social relationships which cannot see or touched.
  • common interests and common objectives are not necessary for society.
Videos for Marquee, Font Style and Table
Change Fonts and Font Styles on Any Web Page
Change web page font size and font style
How to give Marquee HTML in web page
HTML Website Tables & Layouts Tutorial
Scroll text or marquee in web page
Questions and Answers

The marquee tag creates a scrolling effect and can be tailored to include any HTML content.
The attributes of marquees tags are:

  1. ALIGN-To set position of the text
  2. BEHAVIOR -To set movement of marquee
  3. BG COLOR -To set background color of the marquee
  4. DIRECTION -To specify the direction in which the text will scroll

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.

The <UL> tag is used for defining unordered lists (or unnumbered lists). In these lists, a special bullet symbol appears in form of every list item.
The <OL> tag, on the other hand, is used for defining ordered (or numbered lists). In these lists, a number or letter appears in front of every list item.
The <FONT> tag is used to change the basic font characteristics like font face font size and font color.
Quiz

© 2019-20 Kullabs. All Rights Reserved.