Difference between revisions of "Page refresh"

From MyWiki
Jump to: navigation, search
(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...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<source lang="html">
+
<source lang="html4strict">
 
<html>
 
<html>
 
     <head>
 
     <head>
 
         <title>HTML in 10 Simple Steps or Less</title>
 
         <title>HTML in 10 Simple Steps or Less</title>
         <meta http-equiv=”refresh” content=”5" />
+
         <meta http-equiv="refresh" content="5" >
 
     </head>
 
     </head>
 
<body>
 
<body>

Latest revision as of 16:34, 21 October 2014

<html>
    <head>
        <title>HTML in 10 Simple Steps or Less</title>
        <meta http-equiv="refresh" content="5" >
    </head>
<body>
 
</body>
</html>