Question: 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
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 sansserif 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.
Use this HTML code
</head>
<h1>WebSite Project Title
</header>
- Page 1
- Applied
- Title 1
- Definition
<li>Page 2
<li>Page 3</li>
</ul>
Paragraph Heading
Check out my blog at Navigating the World of Web Development. My paragraph text goes here. My number is <p>123.456.7890p>
Ordered List</h2>
<li>Admitted
<li>Registered</li>
</ol>
Description List
<dl>
<dt>Title 2</dt>
<dd>Definition
</dl>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
