Difference between revisions of "Page refresh"
From MyWiki
(Created page with "<source lang="html"> <html> <head> <title>HTML in 10 Simple Steps or Less</title> <meta http-equiv=”refresh” content=”5" /> </head> <body> </bod...") |
|||
Line 1: | Line 1: | ||
− | <source lang=" | + | <source lang="html4strict"> |
<html> | <html> | ||
<head> | <head> |
Revision as of 16:33, 21 October 2014
<html> <head> <title>HTML in 10 Simple Steps or Less</title> <meta http-equiv=”refresh” content=”5" /> </head> <body> </body> </html>