Project 5 - Javascript III - Part C
- Login to your W3 Schools Spaces account and open your project5.html file.
- Using DOM manipulation methods (createElement, createTextNode, appendChild) create a new h1 tag with the text 'The page now has a major header!'.
- Place this new h1 inside the div with the ID of 'target'.
- Make the text color of the h1 red - using DOM methods.
Now go back to your course and review Chapter 12 of the Javascript Foundations StudioWeb course.