Customised templates: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
249 bytes added ,  22:59, 10 February 2015
m
m (→‎Navigation Links: add space tip)
Line 110: Line 110:
<!DOCTYPE html>
<!DOCTYPE html>
<!-- the above must be on the first line by itself and tells the browser that HTML 5 applies -->
<!-- the above must be on the first line by itself and tells the browser that HTML 5 applies -->
<html lang="en"><!-- modify this if you are not using English language -->
<html lang="en"><!-- modify this to indicate your language -->
<head>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8"><!-- assigns the recommended standard encoding -->
<meta charset="UTF-8"><!-- assigns the recommended standard encoding -->
         <meta name="description" content="<#location> weather data">
         <meta name="description" content="<#location> weather data"><!-- you can choose a different way to explain what the page contains -->
         <meta name="keywords" content="Cumulus, <#location> weather data, weather, data, weather station">
        <meta name="author" content="<!-- put name of author here -->">
         <meta name="keywords" content="Cumulus, <#location> weather data, weather, data, weather station"><!-- you can choose a different set of key words -->
         <title><!-- insert here what is to appear in browser tab title --></title>
         <title><!-- insert here what is to appear in browser tab title --></title>
         <link href="weatherstyle.css" rel="stylesheet"> <!-- This line links the standard Cumulus stylesheet
         <link href="weatherstyle.css" rel="stylesheet"> <!-- This line links the standard Cumulus stylesheet
Line 121: Line 122:
<body> <!-- This defines the start of what the browser is to display in its window -->
<body> <!-- This defines the start of what the browser is to display in its window -->
</pre>
</pre>
The comments <code>&lt;!--  a comment goes here --&gt;</code> are place holders explaining the above code
The main part of the page (you can base that on what you can see in the closest standard template to what you are trying to achieve) goes next.
The main part of the page (you can base that on what you can see in the closest standard template to what you are trying to achieve) goes next.


5,838

edits

Navigation menu