First page Back Continue Last page Image
Embedding
- If the web page also links to a style sheet, the embedded styles will take precedence over the linked styles
- Embedded styles are placed in the <head> of your web page surrounded by <style></style> tags
-
- <html>
- <head>
- <title>Embed</title>
- <style type="text/css">
- <!--
- body {background: #d8bfd8;
- margin-top: 20;}
- -->
- </style>
- </head>
- Only a single web page will benefit from the styles you specify