Project 5 - Javascript III - Part C

  1. Login to your W3 Schools Spaces account and open your project5.html file.
  2. Using DOM manipulation methods (createElement, createTextNode, appendChild) create a new h1 tag with the text 'The page now has a major header!'.
  3. Place this new h1 inside the div with the ID of 'target'.
  4. 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.