Now that you have all your style tags from the various codes you've found here, you will need to incorporate them into 1 main style rule. This makes your code cleaner, easier and faster for the browser to read and handle.
There are several ways to incorporate CSS into your page. What we will discuss here is the Embedded style. Embedded style is the style attached to one specific document. The style information is specified as a content of the STYLE element inside the HEAD element and will apply to the entire document. These are just examples of what your style rule might contain:
The example above is to show you that you can incorporate all your style tags into 1 major style rule. You can add other selectors and values that you can use for your page.
Copyright © by Admins101 All Rights Reserved.