latest Post

How to refresh images in html

Program :

<html>
<head>
<title>
Image auto reload for every 5 seconds
</title>
<meta http-equiv="refresh" content="5">
</head>
<body>
<img src="index.jpg">
</body>
</html>

Output :


About Open Learning Creative

Open Learning Creative
Recommended Posts × +

0 comments:

Post a Comment

PHP Registration form using GET, POST Methods with example

Program : HTML Code <html> <head> <title>Student Info</title> </head> <body><center> ...