Creating HTML links to Plotly graphs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == In this lesson series we will learn how to create a Dashboard so that we can monitor the water quality of a local lake – Peter Hopper lake in Mill Park. * An example of a Dashboard is included below. * It includes data on dissolved oxygen, pH and water temperature. == Learning Objectives == * Revision for how to create a HTML web page * Revision on how to create and link Cascading Style Sheets (CSS) to your HTML document") |
|||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
In this lesson series we will learn how to create a Dashboard so that we can monitor the water quality of a local lake – Peter Hopper lake in Mill Park. | * In this lesson series we will learn how to create a Dashboard so that we can monitor the water quality of a local lake – Peter Hopper lake in Mill Park. | ||
* An example of a Dashboard is included below. | * An example of a Dashboard is included below. | ||
* It includes data on dissolved oxygen, pH and water temperature. | * It includes data on dissolved oxygen, pH and water temperature. | ||
Revision as of 08:01, 30 December 2021
Overview
- In this lesson series we will learn how to create a Dashboard so that we can monitor the water quality of a local lake – Peter Hopper lake in Mill Park.
- An example of a Dashboard is included below.
- It includes data on dissolved oxygen, pH and water temperature.
Learning Objectives
- Revision for how to create a HTML web page
- Revision on how to create and link Cascading Style Sheets (CSS) to your HTML document