Home /
Expert Answers /
Computer Science /
2-write-an-external-css-codes-file-to-format-the-elements-of-an-html-page-based-on-the-descriptio-pa816
(Solved):
2. Write an external CSS codes file to format the elements of an HTML page based on the descriptio ...
2. Write an external CSS codes file to format the elements of an HTML page based on the descriptions in Figure 2 below. HTML Element Style Format Description Background colour yellow HTML Body Text paragraph Times New Roman font, and 10 pixels font size Table Table border 1 pixel, and text align to left Heading H5 and H6 Left margin 20 pixels, text colour blue Ordered list List in upper-roman to Figure 2: Formatting in CSS
The css file as per your requirement (it has been named as saved as external.css): body { /* this is for the body and makes the body yellow colour */ background-color: yellow; } p{ /* this is for the text paragraph and makes the font t