Question
Use the following HTML Document to answer the following questions. Each question on a separate pdf file. WebSite Project Title < /head > < h1
Use the following HTML Document to answer the following questions. Each question on a separate pdf file.
</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>
1000 Marietta Dr.
Marietta, GA 30102 <br>
href= mailto:yourname@ctc.edu>yourname@ctc.edu</a>
</div>
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.
For Q.3 just write the code on the separate page.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started