What are the best ways to include CSS style within the HTML source code without the need of using any style-sheet?
Mind blowing SEO improving and Google rank increasing Signature Rotator SEO Tool.
How to add css style directly to html code?
You can add stile to the line of code like this: style="background-color: white;" or if you are using class or ID you can add this just above </head> tag.
Code:
<style type="text/css">
# id {
}
.class {
}
</style>
Thanks just one question? What are these:
# id
.class
# id
.class
User(s) browsing this thread: 1 Guest(s)