subject

Create a heading element for your webpage and nest it within the header element. You may use HTML or JavaScript to complete this requirement. Add content related to Chapters 8, 9 and 10 to the heading 2 element and paragraph elements on the page.
Create a JavaScript file and:
Add a comment with your name and today's date.
Reference your JavaScript file within the index file.
Create and use a JavaScript object.
Use a function to create a new heading element, add content to the new heading element, and display it within an article element on the page.
Create another function that removes a node.
Use a minimum of two different methods from the following list:
getElementsByClassName()
getElementsByName()
getElementsByTagName()
querySelector()
querySelectorAll()
Create other functions as necessary to meet project requirements.
Create and use at least one Event Listener. Do not call any functions from the HTML file.
Comment generously. Include comments to explain the purpose of each variable, function, and statement on your script file.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:30
4.11 painting a wall (1) prompt the user to input integers for a wall's height and width. calculate and output the wall's area (integer). note that in this case there is a new line after each prompt. (submit for 1 point). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet (2) extend to also calculate and output the amount of paint in gallons needed to paint the wall (floating point). assume a gallon of paint covers 350 square feet. store this value in a variable. output the amount of paint needed using the %f conversion specifier. (submit for 2 points, so 3 points total). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet paint needed: 0.471429 gallons (3) extend to also calculate and output the number of 1 gallon cans needed to paint the wall. hint: use a math function to round up to the nearest gallon. (submit for 2 points, so 5 points total). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet paint needed: 0.471429 gallons
Answers: 3
question
Computers and Technology, 22.06.2019 00:00
11. is the ability to understand how another person is feeling. a. authority b. sympathy c. empathy d. taking a stand
Answers: 1
question
Computers and Technology, 22.06.2019 15:00
When designing content as part of your content marketing strategy, what does the "think" stage represent in the "see, think, do, care" framework?
Answers: 3
question
Computers and Technology, 23.06.2019 15:00
In the blank libreoffice writer document, to start the process of entering a date field into a letter, click on the insert menu. edit menu. file menu. fields menu.
Answers: 3
You know the right answer?
Create a heading element for your webpage and nest it within the header element. You may use HTML or...
Questions
question
Mathematics, 07.03.2020 01:15
question
Mathematics, 07.03.2020 01:16