Wednesday, 20 January 2016

Internal Style Sheet

¢An internal style sheet can be used if one single document has a unique style.
¢Internal styles are defined in the <head> section of an HTML page, by using the <style> tag, like this:

<head>
<style type="text/
css">
body {
background-color:yellow;}
p {
color:blue;}
</style>
</head
>

0 comments:

Post a Comment