Wednesday, April 6, 2011

Coding Notes



This is how you make headings and body copy

<html> 
<body>

<h1>Type what you want here</h1>

<p>Type body copy here</p>

</body>
</html>

Css- cascading style sheets

Css files are a lot less work

The background-color property tells you the background color of your page.

You can also add an image to the background.

You can move and image around in the backround so that it doesn’t interfere with your body copy.

The color property is used to change your text color.

You are able to align your text left, right, of justified.

You are also able to transform and indent your text.

The CSS box model has margins, borders, padding, and the actual content.

You can set a border and make it whatever color, size, and type that you want. If you want, you can specify all border properties in one property

You can change margin properties                       

Padding is the space between the border and the content.








No comments:

Post a Comment