<!DOCTYPE html>
<html>
<head>
<style type="text/css">
p{font-family:courier new,Lucida Console,monospace;font-size:90%;font-weight:bold;}
body{background-color:#E6E6FA'
color:#191970;}
h1{background-color:#191970;
color:#E6E6FA;
background-image:url('sea.jpg');
background-repeat:no-repeat;
background-position:right;
line-height: 200%;}
h2{background-color:#AEAED4;
color:#191970;}
.hello{color:red;}
.font{font-style: italic;}
.bold{font-weight: bold;}
footer{font-size: .80em;font-style: italic;}
.notes{text-align:left;}
</style>
<body>
<span class="notes">
<h1><span class="bold">Trillium Media Design</span></h1>
<span class="bold"><a href="homepage.html">Home</a> <a href="second%20page.html">Services</a> <a href="Third%20page.html">Contact</span></a>
<h2><font color="#0000A0">New Media and Web Design</font></h2>
<p><font color="#0041C2"><font-family>Trillium Media Design will bring your company's Web presence to the nxt level.We offer a comprehensive range of services:</font-family></font></p>
<ul>
<font color="#56A5EC">
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<span class="hello"><li>Usability Studies</span></li>
<span class="hello"><li>Search Engine Optimization</span></li>
</font>
</ul>
<h2><font color="#0000A0">Meeting Your Business Needs</font></h2>
<p><font color="#0041C2"><span class="font">Our expert designers are creative and eager to work with you.</span></font></p>
<footer>Copyright © Karmen</footer>
</span>
</body>
</head>
</html>
Wednesday, October 30, 2019
Subscribe to:
Comments (Atom)
CSS Two-Column Page Layout
CSS Two-Column Page Layout HTML <!DOCTYPE html> <html lang="en"> <head> <title>Lighthouse Island ...
-
index.html <!DOCTYPE html> <html> <head> <style type="text/css"> body{background-color:#...
-
CSS Two-Column Page Layout HTML <!DOCTYPE html> <html lang="en"> <head> <title>Lighthouse Island ...
-
Floating Image HTML <!DOCTYPE html> <html> <head> <style> div.gallery { margin: 5px; border: 1px solid #...