First page Back Continue Last page Image
- <html>
- <head><title>Embedded Style Document</title>
- <style type="text/css">
- <!--
- body {background: #d8bfd8;
- margin-top: 20;}
- a:link {color: #ff7f00;
- background: #000000;}
- h3 {font-weight: extra-light;
- font-style: italic;
- text-align: center;
- color: #006000;
- background: #ff6ec7;
- font-family: Helvetica, Arial, sans-serif;}
- cite {font-family: Helvetica, Arial, sans-serif;
- font-style: italic;}
- -->
- </style>
- </head>
- Example of Embedded css Code
- This is our style component in the <head> section of our .html file
- Do you remember what these are?