Problem
• Create an HTML page called "index.html" with your name in a header tag. Underneath, put today's date in a smaller header (does not need to be dynamic, just use the date that you complete the exercise). Look up the different sizes of HTML header tags to complete this exercise.
• Create an HTML page with a picture of a fictional character of your choice. Save the picture in the same folder as the "index.html" file and use a relative link as the source. Underneath the picture, write a paragraph tag to act as a caption for the picture, describing it.