﻿"TOP AUTO" - PHP/HTML/CSS - Template

HTML: HTML 4.01 Strict
CSS:CSS level 2.1
PHP:Include,Echo,String

Default language designation: Serbian Latin

---------------------------------------------------------------
We hyperlink some of the links in html via echo:

<?php
echo ' <a href="http://mysite.com">mysite.com</a>';
?>

You may as well use this variant:

<?php
echo "<a href=\"http://mysite.com\">mysite.com</a>";
?>

--------------------------------------------------------------------
A string is stored in a variable $webmaster to display the name of the webmaster of the website. 

<?php
$webmaster = "Webmaster: Ime i Prezime";
echo $webmaster;
?>

------------------------------------------------------------------

You are free to modify the coding!

www.numiverzum.com

