Customised templates: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
Line 100: Line 100:
<pre>
<pre>
<!DOCTYPE html>
<!DOCTYPE html>
<!-- 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 if you are not using English language -->
<head>
<head>
<meta charset="utf-8"><!-- assigns the English standard subset of characters -->
<meta charset="utf-8"><!-- assigns the recommended standard subset of characters -->
         <meta name="description" content="<#location> weather data">
         <meta name="description" content="<#location> weather data">
         <meta name="keywords" content="Cumulus, <#location> weather data, weather, data, weather station">
         <meta name="keywords" content="Cumulus, <#location> weather data, weather, data, weather station">
         <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 a stylesheet to the HTML page -->
         <link href="weatherstyle.css" rel="stylesheet"> <!-- This line links the standard Cumulus stylesheet to the HTML page and implies the HTML and CSS files are in the same web site directory -->
</head>
</head>
<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 -->
5,838

edits

Navigation menu