ICT Css Notes
ICT Css Notes
h1 {color:#ff0000;font-size:14px}
Value
Property Name
CSS Format
• Each style can have a number of properties and
values :
h1 {text-align: center;
font-size: 16pt;
font-weight: bold}
h1 {text-align: center}
h2 {text-align: right}
P {text-align: left}
h1 {text-weight: bold;
font-style: italic;
text-declaration: underline}
Activity
• Create a new stylesheet called mystyle1.css and
attach this to the web page called webpage5.htm.
color:#0000ff}
CSS background colour
body {background-color:#f0e68C;}
The background-color property must contain a hypen
body {background-color:#f0e68c;
background-image: url(“task21ai.png”);