css Review

integrate css:

<link href="style1.css." rel="stylesheet" type="text/css" />

<script src="interaction.js" type="text/javascript" > </script>

 

 

<style type="text/css">

p{font:arial;}

</style>

<script language="javascript">

var a=10;

</script>

 

#id1{}
.class1{}

p{} body{} table{} 

<a font: new roman > </a>

 

a:link{}

a:visited{}

a:hover{}

a:active{}

 

font-size:10

font-family:

font-style

font-color:

font-text-align

 

backgroung-color:

background-iimage:"url(img/bg1.jpg)";

background-repeat:norepeat;

background-repeat-x:

background-repeat-y:

background-norepeat;

 

margin-top:

margin-bottom:

margin-roght:

margin-left:

 

border-width:

border-style:

border-color:

border-left-style:solid/dashed;

 

padding-left:

 

 

 

 

你可能感兴趣的:(view)