Attributes of the <body> tag
All tags have optional attributes. This assignment gives you practice with some of the attributes of the Body tag.
Using attributes of the body tag, create an HTML page with some white text on a black background. (It can say anything you want it to). Print out the page and its source code to turn in.
Answer the following questions:
- Which attributes of the body tag did you use?
- What values did you assign to each of them?
- Would it make any difference if you switched the order of the attributes you used?