more styles


<html>
<head>
<title>more styles</title>
<style type="text/css">
a.mode{text-decoration: none;}
a.hover{text-decoration: underline;color: red;background-color: #ccffcc;}
em{color: red;font-weight: bold;}
ul{margin-left: 75px;}
li{text-decoration: underline;margin-left: 15px;}
</style>
</head>
<body>
<h1>shopping list for<em>monday</em></h1>
<ul>
<li>milk</li>
<li>bread
<ul>
<li>white bread</li>
<li>rye bread</li>
<li>whole whete bread</li>
</ul>
</li>
<li>rice</li>
<li>potatoes</li>
<li>pizza<em>with mushrooms</em></li>
</ul>
<p><a class="mode"href="grow.html">goto the grocery store</a></p>
<p><a class="hover"href="grow.html">goto the grocery store</a></p>
</body>
</html>

No comments:

My Favorite Books

  • C and Data Structures by Ashok N. kamthane
  • Web Technologies by A. A. Puntambekar
  • Learn HTML and CSS with W3Schools
  • Learn JavaScript and Ajax with W3Schools
  • HTML5 Black Book: Covers Css3, Javascript,XML, XHTML, Ajax, PHP And Jquery
  • HTML5 Application Development Fundamentals: MTA Exam 98-375
  • .NET 4.0 Programming 6-In-1, Black Book
  • SQL Server 2008 R2 Black Book
  • Asp.net 4.0 Projects Covers: net 3.5 And .net 4.0 Codes, Black Book
  • UNIX Shell Programming 1 Edition by Yashavant Kanetkar
  • UNIX and Shell Programming 1 Edition by Richard F. Gilberg, Behrouz A. Forouzan
  • Computer Networks by Andrew S. Tanenbaum
  • Multiple Choice questions in computer science by Timothy J Williams