Page 118 - CA 165 ver 1.0 Class 10
P. 118
Step 3: When you open your web page in web browser, you will get the following output:
Internal Style Sheet
CSS design can also be applied into an HTML document by using <STYLE> tag. This tag should be placed
inside the <HEAD>...</HEAD> tags. An internal style sheet is commonly used when one web page has a
unique style.
CSS Code
Inline Style
An inline style is used to apply a unique style for a single element. Syntax to use inline style is:
<element style = “...style rules....”>
116 Touchpad Computer Applications-X

