DESIGNING STATIC WEB PAGES - Practice Mode

1) How will the following html code appear in the browser?

my first heading

my first paragraph

Correct Answer: My first heading My first paragraph
2) Which of the following code is used to add a plain color background to the web page?
Correct Answer: <body color = "#FF000">