Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,6 +48,30 @@ body {font-family: Arial;}
|
|
| 48 |
}
|
| 49 |
</style>
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
<h1>Australian Research Council (ARC) Discovery Project DP220101925 — Deakin University</h1>
|
| 52 |
|
| 53 |
<p>
|
|
|
|
| 48 |
}
|
| 49 |
</style>
|
| 50 |
|
| 51 |
+
<h2>Tabs</h2>
|
| 52 |
+
<p>Click on the buttons inside the tabbed menu:</p>
|
| 53 |
+
|
| 54 |
+
<div class="tab">
|
| 55 |
+
<button class="tablinks" onclick="openCity(event, 'London')">London</button>
|
| 56 |
+
<button class="tablinks" onclick="openCity(event, 'Paris')">Paris</button>
|
| 57 |
+
<button class="tablinks" onclick="openCity(event, 'Tokyo')">Tokyo</button>
|
| 58 |
+
</div>
|
| 59 |
+
|
| 60 |
+
<div id="London" class="tabcontent">
|
| 61 |
+
<h3>London</h3>
|
| 62 |
+
<p>London is the capital city of England.</p>
|
| 63 |
+
</div>
|
| 64 |
+
|
| 65 |
+
<div id="Paris" class="tabcontent">
|
| 66 |
+
<h3>Paris</h3>
|
| 67 |
+
<p>Paris is the capital of France.</p>
|
| 68 |
+
</div>
|
| 69 |
+
|
| 70 |
+
<div id="Tokyo" class="tabcontent">
|
| 71 |
+
<h3>Tokyo</h3>
|
| 72 |
+
<p>Tokyo is the capital of Japan.</p>
|
| 73 |
+
</div>
|
| 74 |
+
|
| 75 |
<h1>Australian Research Council (ARC) Discovery Project DP220101925 — Deakin University</h1>
|
| 76 |
|
| 77 |
<p>
|