Difference between revisions of "Page refresh"

From MyWiki
Jump to: navigation, search
 
Line 3: Line 3:
 
     <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>