Re: how do i apply a CSS to a div?

by "Rasika Wijayaratne" <rasika(at)boursedata.com.au>

 Date:  Tue, 31 Oct 2000 10:32:37 +1100
 To:  <hwg-languages(at)hwg.org>
 References:  felix
  todo: View Thread, Original
<head>
<style>
div.black { font-weight: bold }
.red { font-weight: normal; color: red }
<style>
</head>

<body>
<div class="black">blah blah blah</div>
<div class="red">blah blah blah</div>
<div style="color: green; text-decoration: underline">blah blah blah</div>
</body>

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA

This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.