To add text decoration find the h1 rule set in beginner.css. Add this on a blank line under the background-color line:
text-decoration:underline;
Save and view the main heading.
You could also try overline and line-through although those will rarely be used. Using none turns off underline (e.g. for links).