Results 1 to 6 of 6

Thread: How to create blinking text using HTML?

  1. #1
    Join Date
    Nov 2009
    Posts
    1,292

    How to create blinking text using HTML?

    Hi Friends,

    I am designing one HTML web page. In which my requirement is that some text should blink while accessing that HTML page. Some body told me to use the marquee tag , but I think marquee tag is used to make movable text.
    Is anybody designed any HTML page which has blinking text? If yes then please provide me the code.

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    Re: How to create blinking text using HTML?

    Hi,

    If you want to blink some within html page, for that you need to use tag known as "<blink>" tag. You only need to put the text which you want be blinked within the <blink> and </blink>.
    See below example:
    HTML Code:
    <blink>Testing the web Page</blink>

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: How to create blinking text using HTML?

    Hello,

    You can use the blink tag for text blinking. Some of the web browser doesn't have support for blinking text. If you are using the blink tag than I suggest to run this HTML code in the "Opera" web browser. Because the Internet Explore doesn't display the blinking text. If you use the marquee tag along with the blink tag then which definitely grab the attention of the web. I think you should try this.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: How to create blinking text using HTML?

    See the below example which demonstrates blink tag:
    HTML Code:
    <Html>
    <Head>
    <Title>Blinking text program</Title>
    <Head>
    <Body bgcolor="blue">
    <Blink>
    
    //Put you blinking text here
    
    </Blink>
    </Body>
    </Html>

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to create blinking text using HTML?

    Hello Friends,

    HTML comprises two tags to grab the user attention. First is blink tag and another one is marquee tag. Marquee tag is used only when you want movable html text. you can use the combination of the Marquee and blink tag. Don't try to run the blinking tag program on the Internet explorer as it doesn't support it. Use the web browser like opera, Mozilla Firefox.

  6. #6
    Join Date
    May 2008
    Posts
    2,389

    Re: How to create blinking text using HTML?

    Syntax:
    HTML Code:
    <body>
    <Blink>Desired text</blink>
    </body>
    Example:
    HTML Code:
    <body>
    
    <H2>
    Html blinking Text program demo
    <H2>
    <Blink>Welcome to blink</blink>
    
    </body>

Similar Threads

  1. Insert HTML text box
    By - Empty Shell - in forum Software Development
    Replies: 10
    Last Post: 23-12-2010, 04:22 AM
  2. How to disable blinking text in Mozilla Firefox?
    By bharti_rajpal in forum Technology & Internet
    Replies: 5
    Last Post: 06-02-2010, 10:59 AM
  3. How to put text beside an image in HTML
    By KADRI in forum Software Development
    Replies: 3
    Last Post: 01-10-2009, 09:35 PM
  4. How to create comment text block in HTML
    By garfield1 in forum Software Development
    Replies: 3
    Last Post: 30-07-2009, 12:14 PM
  5. How to set html text background
    By Broot in forum Software Development
    Replies: 3
    Last Post: 29-07-2009, 03:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,715,664.02115 seconds with 17 queries