Difference between revisions of "Main Page"

From Networks of Care
Jump to navigation Jump to search
 
(86 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!DOCTYPE html>
 
<html>
 
<head>
 
<style>
 
.anchors {
 
  display: block;
 
  padding: 5px;
 
  background-color: black;
 
  color: white;
 
}
 
  
#myAnchor {
+
{{#css:
  background-color: dodgerblue;
+
 
 +
#content{
 +
margin-left: 0;
 +
padding: 0;
 
}
 
}
</style>
 
</head>
 
<body>
 
  
<a class="anchors" id="myAnchor" href="https://www.w3schools.com/html/">HTML</a>
 
<a class="anchors" href="https://www.w3schools.com/css/">CSS</a>
 
<a class="anchors" href="https://www.w3schools.com/js/">JavaScript</a>
 
  
<p>Click the button to display the value of the id attribute of the first link above.</p>
+
h1{
 +
display: none;
 +
}
  
<button onclick="myFunction()">Try it</button>
+
.mw-body-content p {
 
+
max-width: 100%;
<p id="demo"></p>
+
position: fixed;
 
+
width: 100%;
<script>
+
height: 100%;
function myFunction() {
+
left: 0;
  var x = document.getElementsByClassName("anchors")[0].id;
+
top: 0;
  document.getElementById("demo").innerHTML = x;
+
display: block;
 +
margin-top: 0;
 
}
 
}
</script>
+
}}
  
 +
<html>
 +
<head>
 +
  <base target="_parent">
 +
</head>
 +
<body>
 +
<iframe src="https://hub.xpub.nl/networksofcare/map.htm" height="100%"  width="100%" frameBorder="0"></iframe>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 14:44, 5 June 2020