Wednesday, October 30, 2019

Lab 3-Web Architecture

<!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 &copy Karmen</footer>
        </span>
        </body>
    </head>
</html>

No comments:

Post a Comment

CSS Two-Column Page Layout

CSS Two-Column Page Layout HTML <!DOCTYPE html> <html lang="en"> <head>     <title>Lighthouse Island ...