Lab 2 - Web Design Elements
Lee Xhi Qing AI160225
Wong Xiao Feng AI160247
<!DOCTYPE html>
Wong Xiao Feng AI160247
<!DOCTYPE html>
<html>
<head>
<style>
div.title {
background-color: black;
color: white;
margin: 20px 0 20px 0;
padding: 20px;
text-align: center;
}
</style>
</head>
<body style="background-color:powderblue;">
<div class="title">
<h1><hr> Trillium Media Design </hr></h1>
<hr>
</div>
<div class="title">
<p><h4>
<style>
li {list-style-position: inside;}
</style>
<ul>
<li>Home</li>
<li>Services</li>
<li>Contact</li>
</ul>
</p></h4>
</div>
<div class="title">
<h2>New Media and Web Design</h2>
<p><blockquote cite="http://www.worldwildlife.org/who/index.html">
<ol type="1">
<li>Trillium Media Design will bring you company's <br>Web presence to the next level.</br></li>
<li>We offer a comprehensive range of services.</li>
</blockquote> </p>
</div>
<div class="title">
<dl>
<dt><h2> Meeting Your Business Needs </h2></dt>
<dd>Our expert designers are creative and eager to work with you.</dd>
</dl>
</div>
<p><h5 style="text-align: center"><i>Copyright © 2014 xhilynn </h5></p>
</body>
</html>
Comments
Post a Comment