Need help from HTML expert

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

Is here somebody that is expert in HTML code who can make a code so that the text or image will disappear after some period of time.I don’t want to use javascript or other language but HTML. Please help me with this.

SHARE
Best Answer by Gideon Yasti
Best Answer
Best Answer
Answered By 15 points N/A #117396

Need help from HTML expert

qa-featured

Here I added a script for you to appear and disappear Picture.

You may make it for text in same way :

 

Answered By 0 points N/A #195333

Need help from HTML expert

qa-featured

Simply use the following code.

<body onLoad="First_time=true;">

<input type="text" value="make me disappear once" onFocus="if(first_time){this.value=";first_time=false;}">


Related Questions