Welcome to EXSTYLE.nu

 

 

 

If you have only used CSS a little or just heard about it, it is simple and powerful.

Cascading Style Sheets = CSS

Introduction

A style sheet provides a set of rules describing how a document should appear.  CSS is best used as an external file that is called in an html page.  Please see example below:

<base TARGET="_top">
<!--  Links stylesheet into page.  -->
<link REL="stylesheet" TYPE="text/css" HREF="main_style.css">
<!-- This site discusses these topics:Internet Marketing, search engine op-->
<style>
<!--
div.Section1
	{page:Section1;}
-->
</style>
<link rel="shortcut icon" href+favicon.ico>
</head>

<body VLINK="#2828A4" BACKGROUND="back.gif">

<table ID="mainTable" CELLSPACING="0" CELLPADDING="0">
  <tr>
    <td WIDTH="121px" VALIGN="top" ALIGN="center">
	<img border="0" src="palm-trees-121.jpg" ALT="Internet" width="120" height="83"><p>
	<br>

End of example.

It may be easier for some webmasters to hire a CSS expert to create a template for you than you just add content and create more pages using the CSS template you have hired someone to build for you.


 

CSS Properties

The most widely used CSS properties fall into six categories:
Color:
Text colors, background colors and background images.
The text color and background color are set with the color and background-color properties. The background-image property can be set to a URL from which an image is loaded and used as the background for the page.
 
Fonts:
Many properties can be set relating to fonts. The font-size property can be set using several different units of measurement. For example, some typical sizes might be: 16px (pixels), etc.  We recommend you start just using pixels for size, then later you can advance to other options.
 
Text:
Text properties include word-spacing, to control the spacing between words, letter-spacing to control the spacing between letters, text-decoration to render the text underlined, overlined, with a line through it, etc.

 

 

This web site is being updated and will have a new design.  We cover current trends in computers, the Internet, Search Engines, web design and CSS.

 

 

Home