CREATING AND ATTACHING STYLE SHEET Victoria Liotier IGCSE 2B
10/09/2013
Victoria Liotier IGCSE 2B
2
10/09/2013
Victoria Liotier IGCSE 2B
3
10/09/2013
Victoria Liotier IGCSE 2B
4
10/09/2013
Victoria Liotier IGCSE 2B
5
10/09/2013
Victoria Liotier IGCSE 2B
6
10/09/2013
Victoria Liotier IGCSE 2B
7
10/09/2013
Victoria Liotier IGCSE 2B
8
10/09/2013
Victoria Liotier IGCSE 2B
9
10/09/2013
Victoria Liotier IGCSE 2B
10
10/09/2013
Victoria Liotier IGCSE 2B
11
10/09/2013
Victoria Liotier IGCSE 2B
12
10/09/2013
Victoria Liotier IGCSE 2B
13
ICT HTML CODE • •
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
• • • • • •
<head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>ICT</title> <link href="Victoria%20CSS%20files%20sept%2010.css" rel="stylesheet" type="text/css" /> </head>
•
<body>
• • • • • •
<h1>ICT</h1> <h2>In ICT, we learn to use computers effeciently. We study things such as:</h2> <h3>Output and input devices</h3> <h4>Storage devices and media</h4> <h5>Web designing</h5> <p>&nbsp;</p>
•
</body>
•
</html>
10/09/2013
Victoria Liotier IGCSE 2B
14
CODE OF THE CSS • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •
h1 {
} h2 {
} h3 {
} h4 {
} h5 {
}
10/09/2013
font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; font-size: xx-large; font-weight: bold; color: #FF0000; font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; font-size: x-large; font-weight: bold; color: #00FF00; font-family: "Arial Unicode MS"; font-size: large; font-weight: bold; color: #0000FF; font-family: "Cooper Black"; font-size: medium; font-weight: normal; color: #FF6666; font-family: Corbel; font-size: small; font-weight: bold; color: #00CCFF;
Victoria Liotier IGCSE 2B
15