HTML Problem: Function <blink> is not working

Asked By 90 points N/A Posted on -
qa-featured

I’m creating a dummy website as a school project in my HTML class but I have a problem. In my classmate’s laptop <blink> is working but on my laptop it isn’t working. How come is that possible? How can I make it work on my laptop?

SHARE
Best Answer by Suneel Rajput
Answered By 0 points N/A #133502

HTML Problem: Function is not working

qa-featured

 

Hi,

Firstly check the HTML  code .

Make sure that you have closed blink tag.

Example: <blink>………………</blink>

If it`s ok then update your laptop`s browser to see it.

Because running on HTML depends on the web browser.

Thanks

 

Best Answer
Best Answer
Answered By 0 points N/A #133503

HTML Problem: Function is not working

qa-featured

 

Hello Dear,

I think this is a browser compatibility issue. The <blink> tag is compatible with Mozilla Firefox or Opera web browser. It is not compatible with Internet Explorer or Google Chrome. So check your code with Mozilla Firefox and Opera web browser. And enter your code below given format.

<blink>write the text you want to blink. </blink>

Thanks 

 

Related Questions