Question: web development 1. Revise the paragraph element to use inline CSS styles to configure the background color of green and the text color of white

1. Revise the paragraph element to use inline CSS styles to configure the background color of green and the text color of white for the paragraph. 2. Write the code for embedded CSS styles that configures a background color of #eaeaea and a text color of #000033 for the entire page. 3. Write the code for an external CSS style sheet that a. configures the text to be brown, 1.2em in size, and in Arial,Verdana, or a sans- serif font for the entire page. b. configures a link with an id called "new" to be bold. 4. Add a class called "new" to the h2 elements (hint: the h2 opening tag). Next write the code for embedded CSS styles that configures this class called "new" to be in bold and italic. 5. Write the code for embedded CSS styles that configures links (hint: anchor element) 3. Write the code for an external CSS style sheet that a. configures the text to be brown, 1.2em in size, and in Arial,Verdana, or a sans- serif font for the entire page. b. configures a link with an id called "new" to be bold. 4. Add a class called "new" to the h2 elements (hint: the h2 opening tag). Next write the code for embedded CSS styles that configures this class called "new" to be in bold and italic. 5. Write the code for embedded CSS styles that configures links (hint: anchor element) without underlines; a background color of white; text color of black; is in Arial, Helvetica, or a san-serif font
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
