Draw and write a brief description of the web page that will be cre-ated with the following HTML code: <!DOCTYPE html><html lang="en"><head><title>CircleSoft Designs</title><meta charset="utf-8"><style>body { background-color: #FFFFCC; color: #330000;font-family: Arial,Helvetica,sans-serif; }.wrapper { width: 750px; }</style></head><body><div class="wrapper"><h1>CircleSoft Design</h1><div><strong>CircleSoft Designs will </strong><ul><li>work with you to create a Web presence that fits yourcompany</li><li>listen to you and answer your questions</li><li>utilize the most appropriate technology for your website</li></ul><p><a href="podcast.mp3" title="CircleSoft ClientTestimonial">Listen to what our clients say</a></p></div></div></body></html>
Draw and write a brief description of the web page that will be cre-
ated with the following HTML code:
<!DOCTYPE html>
<html lang="en">
<head><title>CircleSoft Designs</title>
<meta charset="utf-8">
<style>
body { background-color: #FFFFCC; color: #330000;
font-family: Arial,Helvetica,sans-serif; }
.wrapper { width: 750px; }
</style>
</head>
<body>
<div class="wrapper">
<h1>CircleSoft Design</h1>
<div><strong>CircleSoft Designs will </strong>
<ul>
<li>work with you to create a Web presence that fits your
company</li>
<li>listen to you and answer your questions</li>
<li>utilize the most appropriate technology for your website</li>
</ul>
<p><a href="podcast.mp3" title="CircleSoft Client
Testimonial">Listen to what our clients say</a>
</p>
</div>
</div>
</body>
</html>
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images