| layout | default |
|---|---|
| title | Page3B |
| parent | Dropdown |
Click me to display Date and Time.
Replace "Microsoft" with "W3Schools" in the paragraph below:
Try it
Please visit Microsoft!
Change background color <script> function myFunction() { var str = document.getElementById("demo2").innerHTML; var txt = str.replace("Microsoft","W3Schools"); document.getElementById("demo2").innerHTML = txt; } function changeBgColor(id) { id.style.backgroundColor = "Lightblue"; } </script>