5- Complete the following javascript function to display the style property of the document using DOM Click the button to display the style properties of this document. Try it

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter9: Getting Started With Javascript: Creating A Countdown Clock
Section: Chapter Questions
Problem 4CP1
icon
Related questions
Question
5- Complete the following javascript function to display the style property of the
document using DOM
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: yellow;
color: red;
}
</style>
</head>
<body>
<p>Click the button to display the style properties of this document.</p>
<button onclick="myFunction()">Try it</button>
<p id="demo"></p>
<script>
function myFunction() {
}
</script>
</body>
</html>
Transcribed Image Text:5- Complete the following javascript function to display the style property of the document using DOM <!DOCTYPE html> <html> <head> <style> body { background-color: yellow; color: red; } </style> </head> <body> <p>Click the button to display the style properties of this document.</p> <button onclick="myFunction()">Try it</button> <p id="demo"></p> <script> function myFunction() { } </script> </body> </html>
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Hyperlinks
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning