Difference between revisions of "J'axhe Rhaadne"

From RPC Library
Jump to navigation Jump to search
(Code testing)
 
m (Placeholder tag)
 
Line 1: Line 1:
<div class="tab">
+
Placeholder
  <button class="tablinks" onclick="openCity(event, 'London')">London</button>
 
  <button class="tablinks" onclick="openCity(event, 'Paris')">Paris</button>
 
  <button class="tablinks" onclick="openCity(event, 'Tokyo')">Tokyo</button>
 
</div>
 
 
 
<div id="London" class="tabcontent">
 
  <h3>London</h3>
 
  <p>London is the capital city of England.</p>
 
</div>
 
 
 
<div id="Paris" class="tabcontent">
 
  <h3>Paris</h3>
 
  <p>Paris is the capital of France.</p>
 
</div>
 
 
 
<div id="Tokyo" class="tabcontent">
 
  <h3>Tokyo</h3>
 
  <p>Tokyo is the capital of Japan.</p>
 
</div>
 

Latest revision as of 05:06, 9 October 2017

Placeholder