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?
Answered By
khalidex
0 points
N/A
#133502
HTML Problem: Function is not working
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
HTML Problem: Function is not working
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