|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/nostrada/ |
Upload File : |
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>The Nostradamus Executive Summary of Cascading Style Sheets</title>
<style type="text/css">.snozzle { background-color: #CCCCCC; font-family: monospace; text-align: Left; border-style: solid; border-width:
1; left: 3 pc; padding: 4 }
</style>
</head>
<body>
<h1>The Nostradamus Executive Summary of Cascading Style Sheets (CSS)</h1>
<p>This description is for those already familiar with HTML. </p>
<p>CSS is an enhancement to HTML that allows you to</p>
<ol>
<li>redefine HTML tags (e.g., you could redefine <H1> as "Helvetica
bold, 14 pt, red, indented 2 picas from the left")</li>
<li>create named styles of your own (e.g., you can define "snozzle"
as "Brush script, underlined, 40 pt, green, with a drop shadow and no
leading below"). </li>
</ol>
<p>Making your own named styles will be familiar to users of DTP programs such as
PageMaker, Quark or Ventura, and word processing programs such as Word and
WordPerfect.</p>
<p>A basic CSS style is written as <b>selector {property: value}</b></p>
<p class=snozzle>H1 {font: Helvetica}</p>
<p>Styles can be put in three places.</p>
<p class="snozzle">Local
</body>
</html>