more css basic
1)<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<style>
body{background-color:lightgreen;
color:darkolivegreen;}
h1{background-color:cadetblue;
color:black;}
p{font-family:Algerian;}
</style>
</head>
<body>
<h1> Trillium Media Design </h1>
<p><a href="homepage.html">Home</a> <a href="homepage.html">Services</a> <a href="homepage.html">Contact</a></p>
<h1> New Media and Web Design </h1>
<p> Trillium Media Design will bring your company's web presence to the next level. We offer a comprehensive range of services:</p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<li>Usability Studies</li>
<li>Search Engine Optimation</li></ul>
<h1> Meeting Year Business Needs </h1>
<p1>Our expert designers are creative and eager to work with you.
</body>
</html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<style>
body{background-color:lightgreen;
color:darkolivegreen;}
h1{background-color:cadetblue;
color:black;}
p{font-family:Algerian;}
</style>
</head>
<body>
<h1> Trillium Media Design </h1>
<p><a href="homepage.html">Home</a> <a href="homepage.html">Services</a> <a href="homepage.html">Contact</a></p>
<h1> New Media and Web Design </h1>
<p> Trillium Media Design will bring your company's web presence to the next level. We offer a comprehensive range of services:</p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<li>Usability Studies</li>
<li>Search Engine Optimation</li></ul>
<h1> Meeting Year Business Needs </h1>
<p1>Our expert designers are creative and eager to work with you.
</body>
</html>
2)<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Untitled 1</title>
<style>
body{background-color:lightgreen;
color:darkolivegreen;}
h1{
background-color:darkseagreen;
color:black;
font-size:40px;
background-image:url('women.jpg');
background-size:160px 120px;
background-repeat:no-repeat;
background-position:right;
line-height:200%;}
p{font-family:Algerian;}
nav{font-weight:bold;}
text.trillium{font-weight:bold;}
</style>
</head>
<body>
<h1> Trillium Media Design</h1>
<nav>
<p><a href="homepage.html">Home</a> <a href="homepage.html">Services</a> <a href="homepage.html">Contact</a></p>
</nav>
<h1> New Media and Web Design </h1>
<p><text class="trillium"></text> Trillium Media Design will bring your company's web presence to the next level. We offer a comprehensive range of services:</text></p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<li>Usability Studies</li>
<li>Search Engine Optimation</li></ul>
<h2> Meeting Year Business Needs </h2>
<p1>Our expert designers are creative and eager to work with you.
<footer><i>
copyright@2019XinYin</i></footer>
</body>
</html>
3)<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<style>
body{background-color:lightgreen;
color:darkolivegreen;}
h1{
text-align:center;
background-color:darkseagreen;
color:black;
font-size:40px;
background-image:url('women.jpg');
background-size:160px 120px;
background-repeat:no-repeat;
background-position:right;
line-height:200%;}
p{font-family:Algerian;}
nav{font-weight:bold;}
text.trillium{font-weight:bold;}
</style>
</head>
<body>
<h1> Trillium Media Design</h1>
<nav>
<p><a href="homepage.html">Home</a> <a href="homepage.html">Services</a> <a href="homepage.html">Contact</a></p>
</nav>
<h2> New Media and Web Design </h2>
<p><text class="trillium"></text> Trillium Media Design will bring your company's web presence to the next level. We offer a comprehensive range of services:</text></p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<li>Usability Studies</li>
<li>Search Engine Optimation</li></ul>
<h2> Meeting Year Business Needs </h2>
<p1>Our expert designers are creative and eager to work with you.
<footer><i>
copyright@2019XinYin</i></footer>
</body>
</html>



Comments
Post a Comment