CSS For Beginners

   »    Simple Code for CSS beginners

Computer Education, Training & Tutorial Resources - ComputerEducationWorld.com
Home » Free Web Designing Courses » CSS » CSS For Beginners »

 CSS table  allow you to set the layout of a table.

Example…

<html>
<head>
<style type=”text/css”>
table.freedom
{
table-layout: automatic
}
</style>
</head>
<body>

(more…)


• • •
 

The CSS list properties allow you to place the list-item marker, change between different list-item markers, or set an image as the list-item marker.This is maybe because they are much more specific than ordered and unordered lists and therefore less useful, but where there is a list of terms and descriptions  a definition list should be used.

(more…)


• • •
 

Definition

CSS padding define the space between the element border and the element content. The top, right, bottom, and left padding can be changed  using separate properties. 

(more…)


• • •
 

 The left margin of an element.

The left margin of an element is set using the margin-left property.

<html>
<head>
<title>Setting the left margin of an element</title>
</head>
<body>
<p>
this is text..
</p>
<p style=”margin-left: 3cm;”>
This is left margin text .
</p>
</body>
</html>

(more…)


• • •
 



captcha PHP Script Free PHP captcha script free php
Website Design by WebWalas.com