rb:html-head
Table of Contents
HTML
Example header
<html> <head> <title>zzzzzzz</title> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <meta http-equiv="imagetoolbar" content="no"> <link rel="stylesheet" type="text/css" href="/screen.css"> <link rel="shortcut icon" href="/file.ico" > <meta name="language" content="english"> <meta name="description" content="Stuff"> <meta name="keywords" content="Stuff keywords"> <meta name="author" content="Who wrote what"> <meta name="geo.position" content="52.9876;-1.12345"> <meta name="geo.placename" content="Sometown, Somewhereland"> <meta name="geo.region" content="Elbonia"> </head> <body>
Example shtml include
In main file:-
<p> <a href="http://validator.w3.org/check?uri=referer"> <img src="valid-html401.png" alt="Valid HTML 4.01 Strict" height="31" width="88" class="float-left"> </a> </p> </div> <!-- Start of bottom left --> <!--#include virtual="/runningtotal.shtml" -->
Include file (runningtotal.shtml):-
<div id="runningtotal"> <h2>Raised & <br>Pledged so far:-</h2> <p id="totalcash"> £ 40202 </p> <h2>Target £150,000</h2> </div>
rb/html-head.txt · Last modified: by 127.0.0.1