This common interview question for the freshers . The following are the three styles to a web page.
If you want to apply CSS on a single line, then it is required as follows.
<p style="color:red">myblogspot</p>
<style >
p { color: red} </style>
p { color: red}
Inline CSS
If you want to apply CSS on a single line, then it is required as follows.
<p style="color:red">myblogspot</p>
Internal CSS
If you want to apply CSS on a single page, then it is required as follows.<
No comments:
Post a Comment